fix: upgrade to Rust 1.77.2

This commit is contained in:
Harsh Shandilya 2024-04-10 22:04:36 +05:30
parent 96c48da380
commit db1092eb5d
2 changed files with 2 additions and 2 deletions

View file

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