From 8c30c7fbe9b869fb78765a4b7994858f0c8f8182 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sat, 26 Apr 2025 08:27:47 +1200 Subject: Add a rust-toolchain file This file will make the project build with the nightly toolchain by default, which will make building the project slightly easier for other people. --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..a25e7e0 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" + -- cgit v1.2.3-70-g09d2