fix(rust): bump to nightly-2023-07-08

This commit is contained in:
Harsh Shandilya 2023-07-08 16:04:54 +05:30
parent 9432c203d5
commit cbb2419bf3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-06-10"
channel = "nightly-2023-07-08"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"