From 9ecffd17d095f7ce72130fe6241f6bf6626f23e5 Mon Sep 17 00:00:00 2001 From: Patrick Gelvin Date: Fri, 22 Aug 2025 14:35:52 -0700 Subject: [PATCH] Specify stable 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 0000000..31578d3 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable" \ No newline at end of file