* Rust 1.87.0 * nix flake update * update CHANGELOG * cargo upgrade name old req compatible latest new req ==== ======= ========== ====== ======= color-eyre 0.6.2 0.6.5 0.6.5 0.6.5 tokio 1.41.1 1.45.1 1.45.1 1.45.1 tokio-stream 0.1.16 0.1.17 0.1.17 0.1.17 tokio-util 0.7.12 0.7.15 0.7.15 0.7.15 clap 4.5.23 4.5.39 4.5.39 4.5.39 time 0.3.37 0.3.41 0.3.41 0.3.41 notify-rust 4.11.4 4.11.7 4.11.7 4.11.7 thiserror 2.0.11 2.0.12 2.0.12 2.0.12
7 lines
259 B
TOML
7 lines
259 B
TOML
[toolchain]
|
|
# Reminder: Always keep `rust-version` in `Cargo.toml` in sync with `channel`.
|
|
channel = "1.87.0"
|
|
components = ["clippy", "rustfmt", "rust-src", "rust-analyzer"]
|
|
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl"]
|
|
profile = "minimal"
|