mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-26 03:25:46 +03:00
Do not specify exact versions
This commit is contained in:
parent
da7165fa58
commit
36d4f82abd
@ -16,7 +16,7 @@ colored = "2.0"
|
||||
indicatif = "0.16"
|
||||
statistical = "1.0"
|
||||
atty = "0.2"
|
||||
csv = "1.1.6"
|
||||
csv = "1.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rust_decimal = "1.15"
|
||||
@ -36,8 +36,8 @@ features = ["suggestions", "color", "wrap_help"]
|
||||
[dev-dependencies]
|
||||
approx = "0.5"
|
||||
assert_cmd = "2.0"
|
||||
predicates = "2.0.1"
|
||||
tempfile = "3.2.0"
|
||||
predicates = "2.0"
|
||||
tempfile = "3.2"
|
||||
|
||||
[build-dependencies]
|
||||
clap = "2"
|
||||
|
Loading…
Reference in New Issue
Block a user