diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 75669f11db..ee85a54d8d 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.94.0" +channel = "1.94.1" profile = "default"