From 5e6e19a7816388a5e36ea80a7b5914e970a33542 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 26 Oct 2024 20:02:53 +1000 Subject: [PATCH] Rust 1.82 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3c1f3ff7a..2c8c4172d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # older versions may fail to compile; newer versions may fail the clippy tests -channel = "1.81.0" +channel = "1.82.0"