Skip to content

Commit c9766a8

Browse files
authored
build: update Rust to 1.96 (#141)
Easy small update to Rust 1.96 Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
1 parent f5f2ca1 commit c9766a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212

1313
env:
14-
NIGHTLY_TOOLCHAIN: nightly-2026-04-15
14+
NIGHTLY_TOOLCHAIN: nightly-2026-06-15
1515
# Default environment variables for Cargo
1616
CARGO_INCREMENTAL: "0"
1717
CARGO_PROFILE_DEV_DEBUG: "false"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
edition = "2024"
3-
rust-version = "1.95" # To align with the rust-toolchain.toml
3+
rust-version = "1.96" # To align with the rust-toolchain.toml
44

55
[workspace]
66
members = [

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.95"
2+
channel = "1.96"
33
profile = "default"
44
targets = ["x86_64-unknown-linux-musl"]

0 commit comments

Comments
 (0)