Rust 1.86.0 (#73)

This commit is contained in:
Jens Krause
2025-04-13 21:37:47 +02:00
committed by GitHub
parent 5b445afe25
commit 28c5d7194c
5 changed files with 19 additions and 18 deletions

View File

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