Skip to content

Commit

Permalink
perf(builder): Speed up builds by dropping is-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 24, 2023
1 parent d30d94f commit 0b196a1
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 63 deletions.
126 changes: 64 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clap_builder/Cargo.toml
Expand Up @@ -61,7 +61,7 @@ bench = false
clap_lex = { path = "../clap_lex", version = "0.5.0" }
unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.10.0", optional = true }
anstream = { version = "0.3.0", optional = true }
anstream = { version = "0.5.0", optional = true }
anstyle = "1.0.0"
terminal_size = { version = "0.2.1", optional = true }
backtrace = { version = "0.3.67", optional = true }
Expand Down

0 comments on commit 0b196a1

Please sign in to comment.