Skip to content

Commit 0b196a1

Browse files
committed
perf(builder): Speed up builds by dropping is-terminal
1 parent d30d94f commit 0b196a1

File tree

2 files changed

+65
-63
lines changed

2 files changed

+65
-63
lines changed

Cargo.lock

+64-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bench = false
6161
clap_lex = { path = "../clap_lex", version = "0.5.0" }
6262
unicase = { version = "2.6.0", optional = true }
6363
strsim = { version = "0.10.0", optional = true }
64-
anstream = { version = "0.3.0", optional = true }
64+
anstream = { version = "0.5.0", optional = true }
6565
anstyle = "1.0.0"
6666
terminal_size = { version = "0.2.1", optional = true }
6767
backtrace = { version = "0.3.67", optional = true }

0 commit comments

Comments
 (0)