Commit f337933
authored
pin comfy-table to 7.1.2 (#8244)
# Which issue does this PR close?
- Closes #8243 .
# What changes are included in this PR?
pin `comfy-table` to release prior to 7.2.0's MSRV bump to 1.85 -
included a TODO to unpin after arrow bumps to 1.85
(context FWIW: caught in delta_kernel [MSRV
CI](https://github.com/delta-io/delta-kernel-rs/actions/runs/17310376492/job/49143119497))
# Are these changes tested?
validated MSRV with cargo-msrv:
```bash
# now passes
cargo msrv --path arrow-cast/ verify --rust-version 1.84 --all-features
```1 parent 1dacecb commit f337933
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments