diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-07-03 14:56:25 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-07-03 21:22:31 +1200 |
commit | 21101c197643836184e754c60d5075ee5a2d3cdf (patch) | |
tree | cc4533251bfce394e913009473b7dd49b3bbb1ac /rust-toolchain.toml | |
download | bedrock-asm-21101c197643836184e754c60d5075ee5a2d3cdf.zip |
Initial commit
Diffstat (limited to 'rust-toolchain.toml')
-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" |