Replace astersisks with appropriate versions in deps

This commit is contained in:
Bogdan Cuza 2015-07-17 10:20:55 +03:00
parent 75e14e80cd
commit 0baa6b477c
22 changed files with 70 additions and 70 deletions

View file

@ -20,13 +20,13 @@ path = "../util"
git = "https://github.com/servo/rust-selectors"
[dependencies]
log = "*"
log = "0.3"
encoding = "0.2"
fnv = "1.0"
rustc-serialize = "0.3"
matches = "0.1"
url = "0.2.36"
bitflags = "*"
bitflags = "0.3"
cssparser = "0.3.2"
num = "0.1.24"
lazy_static = "0.1.10"
@ -34,6 +34,6 @@ smallvec = "0.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"