From 76ce8838b5add8158522b5f487d8590886efb360 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 3 Aug 2023 11:34:38 -0400 Subject: [PATCH] chore: add toolchain --- 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..c0dd6ebb --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.71.0" \ No newline at end of file