fix: upgrade to Rust 1.83.0

This commit is contained in:
Harsh Shandilya 2024-12-23 21:48:40 +05:30
parent cd434640fa
commit ce98913d45
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "1.82.0"
channel = "1.83.0"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"