From ec8bbdbd419d747a23eb1b9a88419ac05fe6d9da Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Mon, 30 Dec 2024 20:28:29 +1100 Subject: [PATCH] nightly 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..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"