From 6d386512c476391ecb9c43cd36ecfaa3473d1102 Mon Sep 17 00:00:00 2001 From: Shayne Hartford Date: Fri, 13 Dec 2024 07:23:16 -0500 Subject: [PATCH] Update Rust Toolchain --- rust-toolchain | 1 - rust-toolchain.toml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 rust-toolchain create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index f36406d..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly-2024-11-11 \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..271800c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" \ No newline at end of file