diff options
| author | Ben Bridle <bridle.benjamin@gmail.com> | 2026-01-30 19:19:38 +1300 |
|---|---|---|
| committer | Ben Bridle <bridle.benjamin@gmail.com> | 2026-01-30 19:19:38 +1300 |
| commit | 254e467e7aab826f2d1d929f8781fd742e586c4a (patch) | |
| tree | dc4c76dfbfd394f0015e80b251389ad0afad7fa1 | |
| parent | 95abaa4e376a63ddb46a598daec162692f7be4e8 (diff) | |
| download | toaster-254e467e7aab826f2d1d929f8781fd742e586c4a.zip | |
Add rust-toolchain.toml file
This makes it easier for other people to compile Toaster, by not having
to specify +nightly.
| -rw-r--r-- | rust-toolchain.toml | 2 |
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" |
