radicle-heartwood-lfs/crates/radicle-term/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
..
ansi treewide: Spelling 2026-04-30 15:50:29 -04:00
ansi.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
args.rs refactor: Replace return Err(anyhow!()) with anyhow::bail!() 2025-08-17 20:17:11 +02:00
cell.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
colors.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
editor.rs rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
element.rs term: Catch EPIPE and swallow 2026-04-29 10:57:24 +02:00
format.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
hstack.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
io.rs term: Rename print_inline to print 2026-04-29 10:57:24 +02:00
label.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
lib.rs term: Deny `print_stdout` 2026-04-29 10:57:24 +02:00
spinner.rs rust/msrv: 1.85.0 → 1.88.0 2026-05-11 11:23:18 +01:00
table.rs term/table: Add Table::with_opts() to set options after Table obj was constructed 2025-09-10 21:23:30 +02:00
textarea.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
vstack.rs term: Rename `Row::Divid{i,}er` 2026-04-30 15:49:57 -04:00