Lock crates.io dependencies to specific versions.

This commit is contained in:
Josh Matthews 2015-01-30 23:36:40 +01:00
parent a7e29939a1
commit 9e01d91947
12 changed files with 18 additions and 18 deletions

View file

@ -33,4 +33,4 @@ git = "https://github.com/servo/rust-cgl"
git = "https://github.com/servo/gleam"
[dependencies]
time = "*"
time = "0.1.12"

View file

@ -40,4 +40,4 @@ git = "https://github.com/servo/rust-cgl"
git = "https://github.com/servo/rust-egl"
[dependencies]
time = "*"
time = "0.1.12"