mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Lock crates.io dependencies to specific versions.
This commit is contained in:
parent
a7e29939a1
commit
9e01d91947
12 changed files with 18 additions and 18 deletions
|
@ -66,5 +66,5 @@ git = "https://github.com/servo/string-cache"
|
|||
|
||||
[dependencies]
|
||||
encoding = "0.2"
|
||||
url = "*"
|
||||
time = "*"
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
Loading…
Add table
Add a link
Reference in a new issue