From 0c497ed58358227f85cadeba8fcc1e0998b4e58d Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 25 Mar 2024 18:18:50 +0000 Subject: [PATCH] update rust version --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 76d2194..833a265 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.74.0" +channel = "1.75.0" components = [ "rustfmt", "rust-analyzer" ] targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin"] profile = "minimal"