radicle-heartwood-lfs/crates/radicle-protocol/src
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
..
fetcher treewide: Spelling 2026-04-30 15:50:29 -04:00
service rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
wire I2P Support 2026-04-15 12:01:50 +01:00
worker protocol: Minimize scope of `radicle::git::raw` 2026-04-28 14:35:38 +02:00
bounded.rs rust/edition: 2021 → 2024 2026-03-30 16:56:58 +02:00
deserializer.rs treewide: Spelling 2026-04-30 15:50:29 -04:00
fetcher.rs protocol: Allow configuration of `radicle_fetch::Config` 2026-03-24 14:40:42 +00:00
lib.rs protocol: Introduce `FetcherState` 2026-02-05 20:04:28 +01:00
service.rs rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
wire.rs treewide/test: Use `impl Arbitrary for Oid` 2026-04-28 14:35:38 +02:00
worker.rs protocol: Allow configuration of `radicle_fetch::Config` 2026-03-24 14:40:42 +00:00