Skip to content

Commit 59832a9

Browse files
committed
chore: upgrade Rust toolchain to 1.96.0 and cleanup Cargo.toml dependencies
1 parent 996306d commit 59832a9

4 files changed

Lines changed: 33 additions & 746 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Rust
6060
uses: dtolnay/rust-toolchain@stable
6161
with:
62-
toolchain: 1.95.0
62+
toolchain: 1.96.0
6363

6464
- name: Add musl target
6565
run: rustup target add x86_64-unknown-linux-musl
@@ -207,7 +207,7 @@ jobs:
207207
- name: Install Rust
208208
uses: dtolnay/rust-toolchain@stable
209209
with:
210-
toolchain: 1.95.0
210+
toolchain: 1.96.0
211211
targets: aarch64-apple-darwin,x86_64-apple-darwin
212212

213213
- name: Cache Rust dependencies

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install Rust
7070
uses: dtolnay/rust-toolchain@stable
7171
with:
72-
toolchain: 1.95.0
72+
toolchain: 1.96.0
7373

7474
- name: Add musl target
7575
run: rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)