mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
use semver ranges for dependencies
This commit is contained in:
parent
3c976a324e
commit
091f5b5b17
3 changed files with 20 additions and 20 deletions
|
@ -5,11 +5,11 @@ authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
clap = "~2.33.0"
|
||||
clap = "^2.33.0"
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
failure = "0.1.8"
|
||||
prettytable-rs = "0.8.0"
|
||||
failure = "^0.1.8"
|
||||
prettytable-rs = "^0.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "1.0.1"
|
||||
predicates = "1.0.5"
|
||||
assert_cmd = "^1.0.1"
|
||||
predicates = "^1.0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue