From faf07850a938bcdc86d67e6154d1ca6785e71327 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Fri, 16 Feb 2024 17:30:56 -0800 Subject: [PATCH] Rust Toolchain --- rust-toolchain | 1 + rust-toolchain.toml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 rust-toolchain delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..1f3171c --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +1.76.0 \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 624eb0e..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "1.76.0"