From eabde8e398a3c310c1ec1e80e9bc121fde6030c1 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 13 Jan 2025 14:02:24 +0100 Subject: [PATCH] chore: bumped rust toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 752863b189a..16af9a42062 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.83.0" +channel = "1.84.0" components = ["clippy", "llvm-tools-preview", "rustfmt"]