From 96b45338e1be4ca63e0248651f99363b5eda3d00 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 8 Dec 2024 21:34:58 -0600 Subject: [PATCH] pin toolchain without pinning the toolchain, get this error https://github.com/rust-lang/rust/issues/113170 --- 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..56f033b --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2023-06-27"