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

@ -45,24 +45,24 @@ git = "https://github.com/servo/skia"
path = "../script_traits"
[dependencies]
log = "*"
log = "0.3"
fnv = "1.0"
url = "0.2.36"
time = "0.1.12"
bitflags = "*"
bitflags = "0.3"
rustc-serialize = "0.3"
libc = "*"
rand = "*"
libc = "0.1"
rand = "0.3"
harfbuzz = "0.1"
smallvec = "0.1"
string_cache = "0.1"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"
[target.x86_64-apple-darwin.dependencies]
core-foundation = "*"
core-graphics = "*"
core-foundation = "0.1"
core-graphics = "0.1"
[target.i686-unknown-linux-gnu.dependencies.fontconfig]
git = "https://github.com/servo/rust-fontconfig"