mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Replace astersisks with appropriate versions in deps
This commit is contained in:
parent
75e14e80cd
commit
0baa6b477c
22 changed files with 70 additions and 70 deletions
|
@ -28,7 +28,7 @@ git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||||
features = ["texture_surface"]
|
features = ["texture_surface"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
cssparser = "0.3.1"
|
cssparser = "0.3.1"
|
||||||
num = "0.1.24"
|
num = "0.1.24"
|
||||||
gleam = "0.1"
|
gleam = "0.1"
|
||||||
|
|
|
@ -57,16 +57,16 @@ git = "https://github.com/aweinstock314/rust-clipboard"
|
||||||
git = "https://github.com/pcwalton/ipc-channel"
|
git = "https://github.com/pcwalton/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
num = "0.1.24"
|
num = "0.1.24"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
time = "0.1.17"
|
time = "0.1.17"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
gleam = "0.1"
|
gleam = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
core-graphics = "*"
|
core-graphics = "0.1"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies.core-text]
|
[target.x86_64-apple-darwin.dependencies.core-text]
|
||||||
git = "https://github.com/servo/core-text-rs"
|
git = "https://github.com/servo/core-text-rs"
|
||||||
|
|
|
@ -21,7 +21,7 @@ path = "../msg"
|
||||||
path = "../util"
|
path = "../util"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
time = "*"
|
time = "0.1"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
url = "0.2"
|
url = "0.2"
|
||||||
|
|
|
@ -18,7 +18,7 @@ path = "../msg"
|
||||||
path = "../util"
|
path = "../util"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
time = "*"
|
time = "0.1"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
url = "0.2"
|
url = "0.2"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
|
|
|
@ -45,24 +45,24 @@ git = "https://github.com/servo/skia"
|
||||||
path = "../script_traits"
|
path = "../script_traits"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
rand = "*"
|
rand = "0.3"
|
||||||
harfbuzz = "0.1"
|
harfbuzz = "0.1"
|
||||||
smallvec = "0.1"
|
smallvec = "0.1"
|
||||||
string_cache = "0.1"
|
string_cache = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
core-foundation = "*"
|
core-foundation = "0.1"
|
||||||
core-graphics = "*"
|
core-graphics = "0.1"
|
||||||
|
|
||||||
[target.i686-unknown-linux-gnu.dependencies.fontconfig]
|
[target.i686-unknown-linux-gnu.dependencies.fontconfig]
|
||||||
git = "https://github.com/servo/rust-fontconfig"
|
git = "https://github.com/servo/rust-fontconfig"
|
||||||
|
|
|
@ -59,18 +59,18 @@ git = "https://github.com/tomaka/clock_ticks"
|
||||||
git = "https://github.com/pcwalton/ipc-channel"
|
git = "https://github.com/pcwalton/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
cssparser = "0.3.1"
|
cssparser = "0.3.1"
|
||||||
smallvec = "0.1"
|
smallvec = "0.1"
|
||||||
string_cache = "0.1"
|
string_cache = "0.1"
|
||||||
string_cache_plugin = "0.1"
|
string_cache_plugin = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,6 @@ git = "https://github.com/pcwalton/ipc-channel"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -35,14 +35,14 @@ features = [ "serde_serialization" ]
|
||||||
git = "https://github.com/pcwalton/ipc-channel"
|
git = "https://github.com/pcwalton/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
rustc-serialize = "0.3.4"
|
rustc-serialize = "0.3.4"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
core-foundation = "*"
|
core-foundation = "0.1"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies.io-surface]
|
[target.x86_64-apple-darwin.dependencies.io-surface]
|
||||||
git = "https://github.com/servo/io-surface-rs"
|
git = "https://github.com/servo/io-surface-rs"
|
||||||
|
|
|
@ -25,12 +25,12 @@ version = "0.6"
|
||||||
features = [ "serde-serialization" ]
|
features = [ "serde-serialization" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
time = "0.1.17"
|
time = "0.1.17"
|
||||||
openssl="0.6.1"
|
openssl="0.6.1"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
cookie="*"
|
cookie = "0.1"
|
||||||
regex = "0.1.14"
|
regex = "0.1.14"
|
||||||
regex_macros = "0.1.8"
|
regex_macros = "0.1.8"
|
||||||
flate2 = "0.2.0"
|
flate2 = "0.2.0"
|
||||||
|
|
|
@ -25,9 +25,9 @@ version = "0.6"
|
||||||
features = [ "serde-serialization" ]
|
features = [ "serde-serialization" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ path = "../profile_traits"
|
||||||
path = "../util"
|
path = "../util"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
regex = "0.1.14"
|
regex = "0.1.14"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
|
|
||||||
|
|
|
@ -66,13 +66,13 @@ version = "0.6"
|
||||||
features = [ "serde-serialization" ]
|
features = [ "serde-serialization" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
rustc-serialize = "*"
|
rustc-serialize = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
cssparser = "0.3.1"
|
cssparser = "0.3.1"
|
||||||
unicase = "0.1"
|
unicase = "0.1"
|
||||||
num = "0.1.24"
|
num = "0.1.24"
|
||||||
|
@ -85,4 +85,4 @@ string_cache_plugin = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
tendril = "0.1.1"
|
tendril = "0.1.1"
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
|
|
|
@ -27,8 +27,8 @@ git = "https://github.com/pcwalton/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -101,8 +101,8 @@ path = "../../support/android-rs-glue/glue"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "*"
|
env_logger = "0.3"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
|
|
|
@ -20,13 +20,13 @@ path = "../util"
|
||||||
git = "https://github.com/servo/rust-selectors"
|
git = "https://github.com/servo/rust-selectors"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
matches = "0.1"
|
matches = "0.1"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
cssparser = "0.3.2"
|
cssparser = "0.3.2"
|
||||||
num = "0.1.24"
|
num = "0.1.24"
|
||||||
lazy_static = "0.1.10"
|
lazy_static = "0.1.10"
|
||||||
|
@ -34,6 +34,6 @@ smallvec = "0.1"
|
||||||
string_cache = "0.1"
|
string_cache = "0.1"
|
||||||
string_cache_plugin = "0.1"
|
string_cache_plugin = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -22,10 +22,10 @@ path = "../plugins"
|
||||||
git = "https://github.com/servo/rust-azure"
|
git = "https://github.com/servo/rust-azure"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
rand = "*"
|
rand = "0.3"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
smallvec = "0.1"
|
smallvec = "0.1"
|
||||||
num_cpus = "0.2.2"
|
num_cpus = "0.2.2"
|
||||||
|
@ -33,6 +33,6 @@ cssparser = "0.3.1"
|
||||||
num = "0.1.24"
|
num = "0.1.24"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
serde = "*"
|
serde = "0.4"
|
||||||
serde_macros = "*"
|
serde_macros = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ features = [ "serde-serialization" ]
|
||||||
git = "https://github.com/pcwalton/ipc-channel"
|
git = "https://github.com/pcwalton/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "*"
|
log = "0.3"
|
||||||
rustc-serialize = "0.3.4"
|
rustc-serialize = "0.3.4"
|
||||||
url = "0.2.36"
|
url = "0.2.36"
|
||||||
uuid = "*"
|
uuid = "0.1"
|
|
@ -13,9 +13,9 @@ headless = ["glutin/headless"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
bitflags = "*"
|
bitflags = "0.3"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
url = "*"
|
url = "0.2"
|
||||||
gleam = "0.1"
|
gleam = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
|
|
||||||
|
@ -42,13 +42,13 @@ git = "https://github.com/servo/glutin"
|
||||||
branch = "servo"
|
branch = "servo"
|
||||||
|
|
||||||
[target.i686-unknown-linux-gnu.dependencies]
|
[target.i686-unknown-linux-gnu.dependencies]
|
||||||
x11 = "*"
|
x11 = "1.1"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||||
x11 = "*"
|
x11 = "1.1"
|
||||||
|
|
||||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||||
x11 = "*"
|
x11 = "1.1"
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[target.x86_64-apple-darwin.dependencies]
|
||||||
cgl = "0.1"
|
cgl = "0.1"
|
||||||
|
|
|
@ -49,10 +49,10 @@ path = "../../components/util"
|
||||||
git = "https://github.com/servo/rust-egl"
|
git = "https://github.com/servo/rust-egl"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "*"
|
env_logger = "0.3"
|
||||||
url = "0.2.16"
|
url = "0.2.16"
|
||||||
time = "0.1.17"
|
time = "0.1.17"
|
||||||
errno = "*"
|
errno = "0.1"
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
gleam = "0.1"
|
gleam = "0.1"
|
||||||
|
|
|
@ -18,6 +18,6 @@ path = "../../../components/net_traits"
|
||||||
path = "../../../components/util"
|
path = "../../../components/util"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cookie = "*"
|
cookie = "0.1"
|
||||||
hyper = "0.6"
|
hyper = "0.6"
|
||||||
url = "*"
|
url = "0.2"
|
||||||
|
|
|
@ -18,7 +18,7 @@ path = "../../../components/util"
|
||||||
git = "https://github.com/servo/rust-selectors"
|
git = "https://github.com/servo/rust-selectors"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "*"
|
url = "0.2"
|
||||||
cssparser = "0.3.1"
|
cssparser = "0.3.1"
|
||||||
string_cache = "0.1"
|
string_cache = "0.1"
|
||||||
string_cache_plugin = "0.1"
|
string_cache_plugin = "0.1"
|
||||||
|
|
|
@ -16,6 +16,6 @@ path = "../../../components/util"
|
||||||
path = "../../../components/plugins"
|
path = "../../../components/plugins"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "*"
|
libc = "0.1"
|
||||||
euclid = "0.1"
|
euclid = "0.1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue