Commit f528815
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments