From 8f9330ac031cd7efd005b0b0c58aaa5bbc8f06a6 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 24 Jul 2023 21:58:30 +0200 Subject: [PATCH] chore: bump Rust to 1.71 (#1804) There is nothing particularly exciting in this release but it is good to keep up with them anyway. See https://releases.rs/docs/1.71.0/. Co-authored-by: Gabi --- rust/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",