Skip to content

Commit f337933

Browse files
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

File tree

arrow-cast/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ half = { version = "2.1", default-features = false }
5050
num = { version = "0.4", default-features = false, features = ["std"] }
5151
lexical-core = { version = "1.0", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] }
5252
atoi = "2.0.0"
53-
comfy-table = { version = "7.0", optional = true, default-features = false }
53+
# unpin after MSRV bump to 1.85
54+
comfy-table = { version = "=7.1.2", optional = true, default-features = false }
5455
base64 = "0.22"
5556
ryu = "1.0.16"
5657

0 commit comments

Comments
 (0)