diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-28 22:29:12 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-28 22:38:33 +0200 |
commit | 2defdc7d2b9fc37523102730d4e51b654ae9d7e0 (patch) | |
tree | 1bfb3a84ea675f656704ea6f844de9610061de2a /rust-toolchain.toml | |
parent | ec8a465fe489cb734e6c7dad558b084e83091abf (diff) | |
download | line_audiolizer-2defdc7d2b9fc37523102730d4e51b654ae9d7e0.tar.xz |
Use correct rust toolchain
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..ff3a1a1 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2022-07-24" |