From 13d9098b51143fa5e3966ae863823f1c454276b7 Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Sun, 6 Aug 2023 13:08:03 -0500 Subject: [PATCH] Add rust-toolchain.toml --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..292fe49 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable"