mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +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
|
@ -22,10 +22,10 @@ path = "../plugins"
|
|||
git = "https://github.com/servo/rust-azure"
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
bitflags = "*"
|
||||
libc = "*"
|
||||
rand = "*"
|
||||
log = "0.3"
|
||||
bitflags = "0.3"
|
||||
libc = "0.1"
|
||||
rand = "0.3"
|
||||
rustc-serialize = "0.3"
|
||||
smallvec = "0.1"
|
||||
num_cpus = "0.2.2"
|
||||
|
@ -33,6 +33,6 @@ cssparser = "0.3.1"
|
|||
num = "0.1.24"
|
||||
url = "0.2.36"
|
||||
euclid = "0.1"
|
||||
serde = "*"
|
||||
serde_macros = "*"
|
||||
serde = "0.4"
|
||||
serde_macros = "0.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue