From cc29dbd7edcd6baea3aad32bba763f2da2b1180e Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 23 Aug 2022 09:11:12 -0700 Subject: [PATCH] devops: fix firefox-beta build (#16763) The build now requires Rust 1.61. --- browser_patches/firefox-beta/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/firefox-beta/build.sh b/browser_patches/firefox-beta/build.sh index 4f2e8c1b54..860ceb68e8 100755 --- a/browser_patches/firefox-beta/build.sh +++ b/browser_patches/firefox-beta/build.sh @@ -2,7 +2,7 @@ set -e set +x -RUST_VERSION="1.59.0" +RUST_VERSION="1.61.0" CBINDGEN_VERSION="0.24.3" trap "cd $(pwd -P)" EXIT