diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-01-30 17:36:50 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-01-30 17:36:50 -0700 |
commit | 66384dfcfd4c38595985cd3fac12fa616a2ba94f (patch) | |
tree | 85ca75e938ca239f647da2b55d1caef10e97b22e /components/script | |
parent | a7e29939a1df679bd865573dc71f7ba65f0268c4 (diff) | |
parent | 9e01d919477d8a76053d1c3d332825ee6649b0b5 (diff) | |
download | servo-66384dfcfd4c38595985cd3fac12fa616a2ba94f.tar.gz servo-66384dfcfd4c38595985cd3fac12fa616a2ba94f.zip |
auto merge of #4788 : jdm/servo/cargodeps, r=mbrubeck
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 08c5cc732b8..e0b98db4f4b 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -66,5 +66,5 @@ git = "https://github.com/servo/string-cache" [dependencies] encoding = "0.2" -url = "*" -time = "*"
\ No newline at end of file +url = "0.2.16" +time = "0.1.12"
\ No newline at end of file |