From 780658591c3c827ca82301266ecfa533825da392 Mon Sep 17 00:00:00 2001 From: Kentaro Tanaka Date: Mon, 4 Nov 2024 16:56:26 +0900 Subject: [PATCH] Pin the Rust version using rust-toolchain (#96) --- 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..fa466e4 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable-2024-10-17" +profile = "default"