feat(rust): upgrade to Rust 1.78.0

This commit is contained in:
Harsh Shandilya 2024-05-25 01:10:28 +05:30
parent 31fc360c02
commit fc7ae8340a
4 changed files with 4 additions and 4 deletions

View file

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