Skip to content

Commit

Permalink
Revert "ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81"
Browse files Browse the repository at this point in the history
This reverts commit 32e0b43.
  • Loading branch information
Darksonn committed Dec 3, 2024
1 parent bb9d570 commit 2e29d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*'
freebsd_instance:
image_family: freebsd-14-1
env:
RUST_STABLE: 1.81
RUST_STABLE: stable
RUST_NIGHTLY: nightly-2024-05-05
RUSTFLAGS: -D warnings

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust 1.81
- name: Install Rust ${{ env.rust_stable }}
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.81
toolchain: ${{ env.rust_stable }}
- name: Install wasm-pack
uses: taiki-e/install-action@wasm-pack

Expand Down

0 comments on commit 2e29d08

Please sign in to comment.