From ed5e30da88ee2811d3bf0ec37cd47453418e89e1 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Sat, 26 Oct 2024 00:06:19 +0800 Subject: [PATCH] bump rust to 1.82.0 (#3308) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1de01fa45c4934..2e2b8c8521eab5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.81.0" +channel = "1.82.0"