radicle-heartwood-lfs/crates
Lorenz Leutgeb 9ea040ccd0 rust/msrv: 1.85.0 → 1.88.0
`cargo check` fails because `human-panic` and `sysinfo` require at least
1.88.0.

    +++ command cargo check --release --locked --all-targets
    error: rustc 1.85.0 is not supported by the following packages:
      human-panic@2.0.6 requires rustc 1.88
      sysinfo@0.37.2 requires rustc 1.88

Bump MSRV to fix this.

1.88.0 introduced [let chains], which in turn has `clippy` warn about
nested if statements. All of these sites are fixed in this change.

1.87.0 introduced [`is_multiple_of`], which is a more readable version
of `x % y == 0`.

[let chains]: https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/#let-chains
[`is_multiple_of`]: https://doc.rust-lang.org/std/primitive.usize.html#method.is_multiple_of
2026-05-11 11:23:18 +01:00
..
radicle rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-cli rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-cli-test rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-cob cob: Release 0.20.0 2026-05-06 21:15:54 +01:00
radicle-core core: Release 0.3.0 2026-05-06 21:00:14 +01:00
radicle-crypto rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-dag rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-fetch fetch: Release 0.20.0 2026-05-06 21:15:54 +01:00
radicle-git-metadata rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-git-ref-format git-ref-format: New crate 2025-10-13 13:34:15 +02:00
radicle-localtime localtime: add description in Cargo.toml 2026-02-20 13:48:14 +00:00
radicle-node rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-oid oid: Release 0.2.0 2026-05-06 21:00:14 +01:00
radicle-protocol rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-remote-helper rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-schemars schemars: Release 0.8.0 2026-05-06 21:15:54 +01:00
radicle-signals rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
radicle-systemd systemd: Release 0.13.0 2026-05-06 21:00:14 +01:00
radicle-term rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
radicle-windows rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00