From e4c9878e17d53fcb21f5d1f59ea0c36e9758d696 Mon Sep 17 00:00:00 2001 From: Helio Frota <00hf11@gmail.com> Date: Wed, 11 Dec 2024 21:28:03 -0300 Subject: [PATCH] chore: update rust --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e8d3cdd..80afd2d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.80.1" +channel = "1.83.0" components = ["rustfmt", "clippy"]