Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
rust-toolchain: ["1.83"]
rust-toolchain: ["1.84"]
os: [ubuntu-24.04, macos-14, windows-2022]
arch: [amd64, arm64]
exclude:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update --no-self-update 1.83 && rustup default 1.83
run: rustup update --no-self-update 1.84 && rustup default 1.84
shell: bash
- name: Add wasm32-wasip1 Rust target
run: rustup target add wasm32-wasip1
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update 1.83 && rustup default 1.83
run: rustup update 1.84 && rustup default 1.84
shell: bash
- name: Check crates can be published
run: make package-check
Expand Down
Loading
Loading