feat(rust): upgrade to latest nightly

This commit is contained in:
Harsh Shandilya 2023-10-22 15:12:12 +05:30
parent b8c19bdf90
commit 38d7514318
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-07-08"
channel = "nightly-2023-10-22"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"