From a9143b0cdd1f9f1697a922cbbb96066a0e20140b Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 23 Feb 2023 17:00:19 +0100 Subject: [PATCH] pin toolchain to a known good version while we get that 'fun' segfault --- 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..99c6e11 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.66"