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

@ -57,16 +57,16 @@ git = "https://github.com/aweinstock314/rust-clipboard"
git = "https://github.com/pcwalton/ipc-channel"
[dependencies]
log = "*"
log = "0.3"
num = "0.1.24"
url = "0.2.36"
time = "0.1.17"
libc = "*"
libc = "0.1"
gleam = "0.1"
euclid = "0.1"
[target.x86_64-apple-darwin.dependencies]
core-graphics = "*"
core-graphics = "0.1"
[target.x86_64-apple-darwin.dependencies.core-text]
git = "https://github.com/servo/core-text-rs"