mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Replace astersisks with appropriate versions in deps
This commit is contained in:
parent
75e14e80cd
commit
0baa6b477c
22 changed files with 70 additions and 70 deletions
|
@ -18,6 +18,6 @@ path = "../../../components/net_traits"
|
|||
path = "../../../components/util"
|
||||
|
||||
[dependencies]
|
||||
cookie = "*"
|
||||
cookie = "0.1"
|
||||
hyper = "0.6"
|
||||
url = "*"
|
||||
url = "0.2"
|
||||
|
|
|
@ -18,7 +18,7 @@ path = "../../../components/util"
|
|||
git = "https://github.com/servo/rust-selectors"
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
url = "0.2"
|
||||
cssparser = "0.3.1"
|
||||
string_cache = "0.1"
|
||||
string_cache_plugin = "0.1"
|
||||
|
|
|
@ -16,6 +16,6 @@ path = "../../../components/util"
|
|||
path = "../../../components/plugins"
|
||||
|
||||
[dependencies]
|
||||
libc = "*"
|
||||
libc = "0.1"
|
||||
euclid = "0.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue