From d2429bc3e44a34197511192dbd215dd32fdf2d9c Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 18 Aug 2023 23:51:53 -0400 Subject: [PATCH] chore: Create rust-toolchain.toml (#415) --- 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 00000000..292fe499 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable"