diff --git a/rust/rust-toolchain.toml b/rust/rust-toolchain.toml index 42c6afeba..4c6f9450c 100644 --- a/rust/rust-toolchain.toml +++ b/rust/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.70.0" +channel = "1.71.0" components = ["rustfmt", "clippy"] targets = [ "x86_64-unknown-linux-musl",