Skip to content

Commit 4c09b61

Browse files
committed
fix: disable comfy-table terminal features
1 parent f540774 commit 4c09b61

2 files changed

Lines changed: 1 addition & 40 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 39 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
@@ -98,7 +98,7 @@ trybuild = "1.0.116"
9898
rayon = "1.12.0"
9999
toml = "1.1.2"
100100
color-eyre = "0.6.3"
101-
comfy-table = "7.2.2"
101+
comfy-table = { version = "7.2.2", default-features = false }
102102
serde_repr = "0.1.20"
103103
bus = "2.4.1"
104104
wasm-bindgen = { version = "0.2.97", default-features = false }

0 commit comments

Comments
 (0)