summary refs log tree commit diff stats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-09-05 11:47:42 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-09-05 11:47:42 -0300
commitbab386f87e41568d44ce9b5263843ac662867286 (patch)
treec85df1b24476c92b56c734863be86a6cd339afc8 /rust-toolchain.toml
parentb49e8e6ca2185396b8cd05d0b4b83b3ae6b80dae (diff)
Add rust toolchain, used for development HEAD default
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..4842915
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,2 @@
+[toolchain]
+channel = "1.65"