diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-28 20:53:30 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-28 20:53:30 +0200 |
commit | 4dfc334fe10571400fa6831ef815dc50d3389ef8 (patch) | |
tree | e34693b82da2d50183f3e2e3df2d41bd81467716 /rust_toolchain.toml | |
download | line_audiolizer-4dfc334fe10571400fa6831ef815dc50d3389ef8.tar.xz |
Initial commit
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..5d56faf --- /dev/null +++ b/rust_toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" |