diff --git a/rust-toolchain.toml b/rust-toolchain.toml index eecdfbd367..ad07db54b7 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.98.0" +channel = "1.98.1" profile = "default"