Rust 1.88.0

This commit is contained in:
jk
2025-06-28 11:26:17 +02:00
parent 93a3cde396
commit ae1c8bc826
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[toolchain]
# Reminder: Always keep `rust-version` in `Cargo.toml` in sync with `channel`.
channel = "1.87.0"
channel = "1.88.0"
components = ["clippy", "rustfmt", "rust-src", "rust-analyzer"]
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl"]
profile = "minimal"