diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8686c8c..2b4da3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} env: - NIGHTLY_TOOLCHAIN: nightly-2026-01-05 + NIGHTLY_TOOLCHAIN: nightly-2026-03-15 # Default environment variables for Cargo CARGO_INCREMENTAL: "0" CARGO_PROFILE_DEV_DEBUG: "false" diff --git a/Cargo.toml b/Cargo.toml index 7e665c8..a4235ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] edition = "2024" -rust-version = "1.93" # To align with the rust-toolchain.toml +rust-version = "1.94" # To align with the rust-toolchain.toml [workspace] members = [ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ce6beb7..a943876 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.93" +channel = "1.94" profile = "default" targets = ["x86_64-unknown-linux-musl"]