From 254e467e7aab826f2d1d929f8781fd742e586c4a Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 30 Jan 2026 19:19:38 +1300 Subject: Add rust-toolchain.toml file This makes it easier for other people to compile Toaster, by not having to specify +nightly. --- rust-toolchain.toml | 2 ++ 1 file changed, 2 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..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" -- cgit v1.2.3-70-g09d2