diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a711b26..0ddf916 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # developers and test environments. The intent is to keep this updated as new # stable versions are released. [toolchain] -channel = "1.80.1" +channel = "1.81.0" profile = "default"