Skip to content

Commit 2ad0eff

Browse files
authored
fix: wasm32 targets with is-terminal (#4518)
Fixes #4510 Note: `terminal_size` is using old version of rustix and this causes a bit dependency duplication. Will check to bump upstream. EDIT: Someone already did - eminence/terminal-size#46 (needs a release)
1 parent bf39b8d commit 2ad0eff

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -96,7 +96,7 @@ clap_lex = { path = "./clap_lex", version = "0.3.0" }
9696
bitflags = "1.2"
9797
unicase = { version = "2.6", optional = true }
9898
strsim = { version = "0.10", optional = true }
99-
is-terminal = { version = "0.4", optional = true }
99+
is-terminal = { version = "0.4.1", optional = true }
100100
termcolor = { version = "1.1.1", optional = true }
101101
terminal_size = { version = "0.2.1", optional = true }
102102
backtrace = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)