mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Specify explicit version for all your dependencies
This commit is contained in:
parent
1c53be8119
commit
2589d46647
@ -22,6 +22,7 @@ clap = "2.33.0"
|
||||
curl = "0.4.33"
|
||||
encoding = "0.2"
|
||||
float-cmp = "0.6.0"
|
||||
hurl_core = { version = "1.1.0", path = "../hurl_core" }
|
||||
libflate = "1.0.2"
|
||||
libxml = "0.2.12"
|
||||
regex = "1.1.0"
|
||||
@ -29,8 +30,6 @@ serde = "1.0.104"
|
||||
serde_json = "1.0.40"
|
||||
url = "2.1.0"
|
||||
|
||||
[dependencies.hurl_core]
|
||||
path = "../hurl_core"
|
||||
|
||||
|
||||
|
||||
|
@ -13,11 +13,9 @@ strict = []
|
||||
[dependencies]
|
||||
atty = "0.2.13"
|
||||
clap = "2.33.0"
|
||||
hurl_core = { version = "1.1.0", path = "../hurl_core" }
|
||||
regex = "1.1.0"
|
||||
|
||||
[dependencies.hurl_core]
|
||||
path = "../hurl_core"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "0.9.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user