chore: upgrade to new Rust nightly

This commit is contained in:
Harsh Shandilya 2024-07-28 02:16:05 +05:30
parent b15c8d7d1e
commit 0ddb60de89
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-05-25"
channel = "nightly-2024-07-25"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"