Added rust-toolchain.toml to use nightly channel by default
Some checks failed
Continuous integration / Clippy (push) Failing after 3m9s
Continuous integration / build (push) Failing after 4m16s

This commit is contained in:
Gvidas Juknevičius 2024-10-11 02:25:23 +03:00
parent 0435d33e58
commit dfc55837ee
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel="nightly"