diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 10001973..6401d17e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.96.1" +channel = "1.97.0" profile = "default" diff --git a/xde/rust-toolchain.toml b/xde/rust-toolchain.toml index 5928c352..990965ae 100644 --- a/xde/rust-toolchain.toml +++ b/xde/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2026-06-30" +channel = "nightly-2026-07-13" target = "x86_64-unknown-illumos" components = [ "clippy", "rustfmt", "rust-src" ] profile = "minimal"