Updated to newest rust nightly

This commit is contained in:
2024-07-26 00:04:54 +02:00
parent 2cf4e40ad5
commit 6c797820dc
3 changed files with 46 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-15"
components = ["rustfmt", "clippy"]
channel = "nightly-2024-07-25"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"