Update Rust to 1.85.0 (#5634)

- also update the crates
This commit is contained in:
Daniel
2025-02-24 13:12:34 +02:00
committed by GitHub
parent 359a4a088a
commit 6edceb5f7a
6 changed files with 96 additions and 87 deletions

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.84.1"
channel = "1.85.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"