summary refs log tree commit diff
path: root/.rust-toolchain.toml
diff options
context:
space:
mode:
authorSophie Forrest <57433227+sophieforrest@users.noreply.github.com>2024-01-13 19:17:57 +1300
committerSophie Forrest <57433227+sophieforrest@users.noreply.github.com>2024-01-13 19:17:57 +1300
commit13becb31e8b669dd6254c68b3aae110e7711d9db (patch)
treef4320bc6c0e86064291ac29f4dfaddb8fbb3f376 /.rust-toolchain.toml
chore: init project
Diffstat (limited to '')
-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"