diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e3dc6ba131..4c1d586165 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] # We choose a specific toolchain (rather than "stable") for repeatability. The # intent is to keep this up-to-date with recently-released stable Rust. -channel = "1.80.1" +channel = "1.81.0" profile = "default"