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 | |
parent | ec8a465fe489cb734e6c7dad558b084e83091abf (diff) | |
download | line_audiolizer-2defdc7d2b9fc37523102730d4e51b654ae9d7e0.tar.xz |
Use correct rust toolchain
-rw-r--r-- | rust-toolchain.toml | 2 | ||||
-rw-r--r-- | rust_toolchain.toml | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/rust_toolchain.toml b/rust_toolchain.toml deleted file mode 100644 index 5d56faf..0000000 --- a/rust_toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly" |