We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f2ca1 commit c9766a8Copy full SHA for c9766a8
3 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
13
env:
14
- NIGHTLY_TOOLCHAIN: nightly-2026-04-15
+ NIGHTLY_TOOLCHAIN: nightly-2026-06-15
15
# Default environment variables for Cargo
16
CARGO_INCREMENTAL: "0"
17
CARGO_PROFILE_DEV_DEBUG: "false"
Cargo.toml
@@ -1,6 +1,6 @@
1
[workspace.package]
2
edition = "2024"
3
-rust-version = "1.95" # To align with the rust-toolchain.toml
+rust-version = "1.96" # To align with the rust-toolchain.toml
4
5
[workspace]
6
members = [
rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "1.95"
+channel = "1.96"
profile = "default"
targets = ["x86_64-unknown-linux-musl"]
0 commit comments