Skip to content

Commit

Permalink
Merge pull request #5169 from joshtriplett/minimal-dev-deps
Browse files Browse the repository at this point in the history
Remove unused dev-dependencies
  • Loading branch information
epage committed Oct 10, 2023
2 parents 1806e28 + 416b1a8 commit 5ab2bab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ trycmd = { version = "0.14.18", default-features = false, features = ["color-aut
humantime = "2.1.0"
snapbox = "0.4.13"
shlex = "1.2.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"

[[example]]
name = "demo"
Expand Down
7 changes: 0 additions & 7 deletions clap_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ backtrace = { version = "0.3.67", optional = true }
unicode-width = { version = "0.1.9", optional = true }

[dev-dependencies]
trybuild = "1.0.85"
rustversion = "1.0.14"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.4.13"
shlex = "1.2.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
color-print = "0.3.5"

0 comments on commit 5ab2bab

Please sign in to comment.