fix(rust): upgrade to Rust 1.88.0

This commit is contained in:
Harsh Shandilya 2025-06-27 12:28:49 +05:30
parent 6e5975aad0
commit c1d30f656b
2 changed files with 5 additions and 5 deletions

View file

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