From 48557488664f4dd8914931e63f399a2b4189bad3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 24 Dec 2023 22:28:21 +0000 Subject: [PATCH] feat: added a toolchain to use --- 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..8763feb --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable-2023-12-07" \ No newline at end of file