From a852c8bcc51b26a317b6ff5eebf6837cd854c781 Mon Sep 17 00:00:00 2001 From: javalsai Date: Sun, 20 Oct 2024 21:31:27 +0200 Subject: [PATCH] chore: bring back rust-toolchain.toml --- 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..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"