We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996306d commit 59832a9Copy full SHA for 59832a9
4 files changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install Rust
60
uses: dtolnay/rust-toolchain@stable
61
with:
62
- toolchain: 1.95.0
+ toolchain: 1.96.0
63
64
- name: Add musl target
65
run: rustup target add x86_64-unknown-linux-musl
@@ -207,7 +207,7 @@ jobs:
207
208
209
210
211
targets: aarch64-apple-darwin,x86_64-apple-darwin
212
213
- name: Cache Rust dependencies
.github/workflows/test-build.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments