From 3910ac08660ceb09d1c4026d3c56eeed1e401820 Mon Sep 17 00:00:00 2001 From: Ishan Bhanuka Date: Sat, 17 Feb 2024 15:14:48 -0500 Subject: [PATCH] Fix toolchain --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..6a8344b5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +version = "1.75.0" +channel = "stable"