use semver ranges for dependencies

This commit is contained in:
Dustin J. Mitchell 2020-11-28 15:13:30 -05:00
parent 3c976a324e
commit 091f5b5b17
3 changed files with 20 additions and 20 deletions

View file

@ -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"