We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1656d8e commit 32e0b43Copy full SHA for 32e0b43
.cirrus.yml
@@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
3
freebsd_instance:
4
image_family: freebsd-14-1
5
env:
6
- RUST_STABLE: stable
+ RUST_STABLE: 1.81
7
RUST_NIGHTLY: nightly-2024-05-05
8
RUSTFLAGS: -D warnings
9
.github/workflows/ci.yml
@@ -952,10 +952,10 @@ jobs:
952
runs-on: ubuntu-latest
953
steps:
954
- uses: actions/checkout@v4
955
- - name: Install Rust ${{ env.rust_stable }}
+ - name: Install Rust 1.81
956
uses: dtolnay/rust-toolchain@stable
957
with:
958
- toolchain: ${{ env.rust_stable }}
+ toolchain: 1.81
959
- name: Install wasm-pack
960
uses: taiki-e/install-action@wasm-pack
961
0 commit comments