From f3317d28fdc135ddb6c19770e75a56dd30106e9c Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Wed, 30 Oct 2024 21:22:56 -0400 Subject: [PATCH] use 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 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"