Skip to content

Commit

Permalink
perf(lex): Drop a dependency
Browse files Browse the repository at this point in the history
With the size of our haystacks, it doesn't seem worth pulling in an
extra depedency.  Pretty torn on this because nearly anything else will
pull it in (regex, tokio, etc).
  • Loading branch information
epage committed Apr 15, 2022
1 parent 7598c00 commit 83f1b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_lex/Cargo.toml
Expand Up @@ -36,4 +36,4 @@ pre-release-replacements = [
bench = false

[dependencies]
os_str_bytes = "6.0"
os_str_bytes = { version = "6.0", default-features = false, features = ["raw_os_str"] }

0 comments on commit 83f1b16

Please sign in to comment.