From 780c5383e1c560c20258dfd5d98aa79a985b34d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Thu, 13 Mar 2025 18:32:18 +0900 Subject: [PATCH] chore: update Rust toolchain to 1.85.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3d572e0d..b475f2f9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.82.0" +channel = "1.85.0" components = ["rustfmt", "clippy"]