mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Merge pull request #5169 from joshtriplett/minimal-dev-deps
Remove unused dev-dependencies
This commit is contained in:
commit
5ab2bab62f
3 changed files with 0 additions and 17 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -486,10 +486,8 @@ dependencies = [
|
|||
"rustversion",
|
||||
"shlex",
|
||||
"snapbox",
|
||||
"static_assertions",
|
||||
"trybuild",
|
||||
"trycmd",
|
||||
"unic-emoji-char",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -521,15 +519,9 @@ dependencies = [
|
|||
"backtrace",
|
||||
"clap_lex 0.5.1",
|
||||
"color-print",
|
||||
"humantime",
|
||||
"rustversion",
|
||||
"shlex",
|
||||
"snapbox",
|
||||
"static_assertions",
|
||||
"strsim",
|
||||
"terminal_size 0.3.0",
|
||||
"trybuild",
|
||||
"trycmd",
|
||||
"unic-emoji-char",
|
||||
"unicase",
|
||||
"unicode-width",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue