mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-01 08:34:02 +03:00
devops: fix firefox-beta build (#16763)
The build now requires Rust 1.61.
This commit is contained in:
parent
a8249163d3
commit
cc29dbd7ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user