chore: use Rust 1.61 for firefox build as well (#16764)

This commit is contained in:
Andrey Lushnikov 2022-08-23 09:14:34 -07:00 committed by GitHub
parent cc29dbd7ed
commit 980f5ec12f
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