aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-07-28 22:29:12 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-07-28 22:38:33 +0200
commit2defdc7d2b9fc37523102730d4e51b654ae9d7e0 (patch)
tree1bfb3a84ea675f656704ea6f844de9610061de2a /rust-toolchain.toml
parentec8a465fe489cb734e6c7dad558b084e83091abf (diff)
downloadline_audiolizer-2defdc7d2b9fc37523102730d4e51b654ae9d7e0.tar.xz
Use correct rust toolchain
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..ff3a1a1
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,2 @@
+[toolchain]
+channel = "nightly-2022-07-24"