diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 45481da19c..75669f11db 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # cargo + rustup will use this to consistently build the project # with the same version across all checkouts and environments [toolchain] -channel = "1.93.1" +channel = "1.94.0" profile = "default"