fix: upgrade to Rust 1.77.0

This commit is contained in:
Harsh Shandilya 2024-03-29 12:20:12 +05:30
parent ec02903da7
commit 44ea217ad3
2 changed files with 2 additions and 2 deletions

View file

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