mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
auto merge of #4788 : jdm/servo/cargodeps, r=mbrubeck
This commit is contained in:
commit
66384dfcfd
12 changed files with 18 additions and 18 deletions
|
@ -53,5 +53,5 @@ git = "https://github.com/servo/rust-core-text"
|
|||
git = "https://github.com/servo/gleam"
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
time = "*"
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
|
@ -60,5 +60,5 @@ git = "https://github.com/servo/rust-core-text"
|
|||
path = "../script_traits"
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
time = "*"
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
|
@ -48,4 +48,4 @@ git = "https://github.com/servo/string-cache"
|
|||
|
||||
[dependencies]
|
||||
encoding = "0.2"
|
||||
url = "*"
|
||||
url = "0.2.16"
|
|
@ -34,4 +34,4 @@ git = "https://github.com/servo/rust-core-foundation"
|
|||
git = "https://github.com/servo/rust-io-surface"
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
url = "0.2.16"
|
|
@ -24,5 +24,5 @@ git = "https://github.com/servo/rust-png"
|
|||
git = "https://github.com/servo/rust-stb-image"
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
time = "*"
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
|
@ -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"
|
|
@ -23,4 +23,4 @@ path = "../devtools_traits"
|
|||
git = "https://github.com/servo/rust-geom"
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
url = "0.2.16"
|
|
@ -72,5 +72,5 @@ path = "../../support/android-rs-glue/glue"
|
|||
optional = true
|
||||
|
||||
[dependencies]
|
||||
url = "*"
|
||||
time = "*"
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -34,5 +34,5 @@ git = "https://github.com/servo/string-cache"
|
|||
text_writer = "0.1.1"
|
||||
encoding = "0.2"
|
||||
matches = "0.1"
|
||||
url = "*"
|
||||
url = "0.2.16"
|
||||
mod_path = "0.1"
|
||||
|
|
|
@ -38,5 +38,5 @@ git = "https://github.com/servo/string-cache"
|
|||
|
||||
[dependencies]
|
||||
text_writer = "0.1.1"
|
||||
url = "*"
|
||||
time = "*"
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
|
@ -33,4 +33,4 @@ git = "https://github.com/servo/rust-cgl"
|
|||
git = "https://github.com/servo/gleam"
|
||||
|
||||
[dependencies]
|
||||
time = "*"
|
||||
time = "0.1.12"
|
|
@ -40,4 +40,4 @@ git = "https://github.com/servo/rust-cgl"
|
|||
git = "https://github.com/servo/rust-egl"
|
||||
|
||||
[dependencies]
|
||||
time = "*"
|
||||
time = "0.1.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue