Skip to content

Commit f528815

Browse files
committed
fix: pin comfy-table to <7.2 to avoid Rust 1.85 MSRV
comfy-table 7.2+ requires crossterm 0.29, which uses rustix features requiring Rust 1.85. This pins comfy-table to versions <7.2 to maintain compatibility with our current MSRV.
1 parent 8e314d2 commit f528815

2 files changed

Lines changed: 31 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4747

4848
# Output formatting
4949
colored = "2"
50-
comfy-table = "7"
50+
comfy-table = ">=7, <7.2"
5151
indicatif = "0.17"
5252

5353
# Utilities

0 commit comments

Comments
 (0)