summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-07-07 22:56:21 +1200
committerBen Bridle <ben@derelict.engineering>2025-07-07 22:56:21 +1200
commit3bd809580cf67bb3f66d9df73a162f61bea3d60d (patch)
tree7f85826ca59dd3b738c1b541815915af288383dd
parent2c15b4a211063763b666ba1cdcc6b81364298cac (diff)
downloadbedrock-pc-3bd809580cf67bb3f66d9df73a162f61bea3d60d.zip
Add rust-toolchain.toml file
-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"