build: fix rust-toolchain

This commit is contained in:
2024-11-19 22:03:26 +01:00
parent b458b99c82
commit 587471f36a
6 changed files with 100 additions and 173 deletions

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "nightly"
components = [ "rustfmt", "rustc-dev", "rust-analyzer", "rust-src"]