From 60f546d1aa471af679813be66cefe33a13319f80 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Tue, 28 May 2024 00:00:00 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A8=20add=20rust-toolchain=20?= =?UTF-8?q?file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0000000..02cb8fc --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +profile = "default"