From 3b151fd10a85565053cebc2163b033fffc391aaf Mon Sep 17 00:00:00 2001 From: andres Date: Tue, 23 Apr 2024 11:25:54 -0500 Subject: [PATCH] chore: Adds rust-toolchain.toml to enforce nightly --- 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 000000000..5d56faf9a --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"