From 164d5b40990115c02cc4803ffff1a2f80713533b Mon Sep 17 00:00:00 2001 From: joe <55120843+joebebel@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:01:48 -0700 Subject: [PATCH] Update rust-toolchain.toml --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2c8ed87a..cad9254a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.65.0" -components = [ "clippy", "rustfmt" ] \ No newline at end of file +channel = "1.70.0" +components = [ "clippy", "rustfmt" ]