summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2026-01-30 19:19:38 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2026-01-30 19:19:38 +1300
commit254e467e7aab826f2d1d929f8781fd742e586c4a (patch)
treedc4c76dfbfd394f0015e80b251389ad0afad7fa1 /rust-toolchain.toml
parent95abaa4e376a63ddb46a598daec162692f7be4e8 (diff)
downloadtoaster-254e467e7aab826f2d1d929f8781fd742e586c4a.zip
Add rust-toolchain.toml file
This makes it easier for other people to compile Toaster, by not having to specify +nightly.
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 2 insertions, 0 deletions
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"