devops: fix firefox-beta build (#16763)

The build now requires Rust 1.61.
This commit is contained in:
Andrey Lushnikov 2022-08-23 09:11:12 -07:00 committed by GitHub
parent a8249163d3
commit cc29dbd7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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