Skip to content

Commit 32e0b43

Browse files
authored
ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)
Signed-off-by: Alice Ryhl <[email protected]>
1 parent 1656d8e commit 32e0b43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
33
freebsd_instance:
44
image_family: freebsd-14-1
55
env:
6-
RUST_STABLE: stable
6+
RUST_STABLE: 1.81
77
RUST_NIGHTLY: nightly-2024-05-05
88
RUSTFLAGS: -D warnings
99

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -952,10 +952,10 @@ jobs:
952952
runs-on: ubuntu-latest
953953
steps:
954954
- uses: actions/checkout@v4
955-
- name: Install Rust ${{ env.rust_stable }}
955+
- name: Install Rust 1.81
956956
uses: dtolnay/rust-toolchain@stable
957957
with:
958-
toolchain: ${{ env.rust_stable }}
958+
toolchain: 1.81
959959
- name: Install wasm-pack
960960
uses: taiki-e/install-action@wasm-pack
961961

0 commit comments

Comments
 (0)