fix(rust): upgrade to newer nightly

This commit is contained in:
Harsh Shandilya 2024-03-14 17:53:22 +05:30
parent 02cd1f8cee
commit 18fa5c4fe2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-10-22"
channel = "nightly-2024-01-09"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"