diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ee0ec7e7c58..8db2c23f3f2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -11,7 +11,7 @@ # allowlisted using a toolchain that requires it, causing the A/B-test to # always fail. [toolchain] -channel = "1.96.0" +channel = "1.97.0" targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"] profile = "minimal"