From e0bea7e7a8adf33c746535a140cb593073160c84 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Sat, 1 Feb 2025 12:15:20 +0200 Subject: [PATCH] pin rust 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..3cf2110 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.81.0" \ No newline at end of file