From b49a9aaafe7495e7471f7ba63b2597e948250705 Mon Sep 17 00:00:00 2001 From: Ivan Subotic <400790+subotic@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:08:22 +0100 Subject: [PATCH] build: rust setup --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f94d98c..a25e25f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,8 +1,8 @@ [toolchain] -channel = "1.84.1" # or "stable", "nightly", etc. +channel = "1.83.0" # or "stable", "nightly", etc. components = ["rustfmt", "clippy"] # Optional: specify additional components targets = [ "x86_64-apple-darwin", # Intel Mac "aarch64-apple-darwin", # Apple Silicon Mac (if applicable) "x86_64-unknown-linux-gnu" # Production (Intel Linux) -] \ No newline at end of file +]