Skip to content

Commit

Permalink
Replace astersisks with appropriate versions in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bgdncz committed Jul 20, 2015
1 parent 75e14e8 commit 0baa6b4
Show file tree
Hide file tree
Showing 22 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
features = ["texture_surface"]

[dependencies]
log = "*"
log = "0.3"
cssparser = "0.3.1"
num = "0.1.24"
gleam = "0.1"
Expand Down
6 changes: 3 additions & 3 deletions components/compositing/Cargo.toml
Expand Up @@ -57,16 +57,16 @@ git = "https://github.com/aweinstock314/rust-clipboard"
git = "https://github.com/pcwalton/ipc-channel"

[dependencies]
log = "*"
log = "0.3"
num = "0.1.24"
url = "0.2.36"
time = "0.1.17"
libc = "*"
libc = "0.1"
gleam = "0.1"
euclid = "0.1"

[target.x86_64-apple-darwin.dependencies]
core-graphics = "*"
core-graphics = "0.1"

[target.x86_64-apple-darwin.dependencies.core-text]
git = "https://github.com/servo/core-text-rs"
4 changes: 2 additions & 2 deletions components/devtools/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ path = "../msg"
path = "../util"

[dependencies]
log = "*"
time = "*"
log = "0.3"
time = "0.1"
rustc-serialize = "0.3"
url = "0.2"
4 changes: 2 additions & 2 deletions components/devtools_traits/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ path = "../msg"
path = "../util"

[dependencies]
time = "*"
time = "0.1"
rustc-serialize = "0.3"
url = "0.2"
bitflags = "*"
bitflags = "0.3"
16 changes: 8 additions & 8 deletions components/gfx/Cargo.toml
Expand Up @@ -45,24 +45,24 @@ git = "https://github.com/servo/skia"
path = "../script_traits"

[dependencies]
log = "*"
log = "0.3"
fnv = "1.0"
url = "0.2.36"
time = "0.1.12"
bitflags = "*"
bitflags = "0.3"
rustc-serialize = "0.3"
libc = "*"
rand = "*"
libc = "0.1"
rand = "0.3"
harfbuzz = "0.1"
smallvec = "0.1"
string_cache = "0.1"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

[target.x86_64-apple-darwin.dependencies]
core-foundation = "*"
core-graphics = "*"
core-foundation = "0.1"
core-graphics = "0.1"

[target.i686-unknown-linux-gnu.dependencies.fontconfig]
git = "https://github.com/servo/rust-fontconfig"
Expand Down
10 changes: 5 additions & 5 deletions components/layout/Cargo.toml
Expand Up @@ -59,18 +59,18 @@ git = "https://github.com/tomaka/clock_ticks"
git = "https://github.com/pcwalton/ipc-channel"

[dependencies]
log = "*"
log = "0.3"
encoding = "0.2"
fnv = "1.0"
url = "0.2.36"
bitflags = "*"
bitflags = "0.3"
rustc-serialize = "0.3"
libc = "*"
libc = "0.1"
cssparser = "0.3.1"
smallvec = "0.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

4 changes: 2 additions & 2 deletions components/layout_traits/Cargo.toml
Expand Up @@ -31,6 +31,6 @@ git = "https://github.com/pcwalton/ipc-channel"
[dependencies]
url = "0.2.36"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

8 changes: 4 additions & 4 deletions components/msg/Cargo.toml
Expand Up @@ -35,14 +35,14 @@ features = [ "serde_serialization" ]
git = "https://github.com/pcwalton/ipc-channel"

[dependencies]
bitflags = "*"
bitflags = "0.3"
rustc-serialize = "0.3.4"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

[target.x86_64-apple-darwin.dependencies]
core-foundation = "*"
core-foundation = "0.1"

[target.x86_64-apple-darwin.dependencies.io-surface]
git = "https://github.com/servo/io-surface-rs"
Expand Down
4 changes: 2 additions & 2 deletions components/net/Cargo.toml
Expand Up @@ -25,12 +25,12 @@ version = "0.6"
features = [ "serde-serialization" ]

[dependencies]
log = "*"
log = "0.3"
url = "0.2.36"
time = "0.1.17"
openssl="0.6.1"
rustc-serialize = "0.3"
cookie="*"
cookie = "0.1"
regex = "0.1.14"
regex_macros = "0.1.8"
flate2 = "0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions components/net_traits/Cargo.toml
Expand Up @@ -25,9 +25,9 @@ version = "0.6"
features = [ "serde-serialization" ]

[dependencies]
log = "*"
log = "0.3"
url = "0.2.36"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

4 changes: 2 additions & 2 deletions components/profile/Cargo.toml
Expand Up @@ -14,8 +14,8 @@ path = "../profile_traits"
path = "../util"

[dependencies]
log = "*"
libc = "*"
log = "0.3"
libc = "0.1"
regex = "0.1.14"
time = "0.1.12"

Expand Down
10 changes: 5 additions & 5 deletions components/script/Cargo.toml
Expand Up @@ -66,13 +66,13 @@ version = "0.6"
features = [ "serde-serialization" ]

[dependencies]
log = "*"
log = "0.3"
encoding = "0.2"
fnv = "1.0"
time = "0.1.12"
bitflags = "*"
rustc-serialize = "*"
libc = "*"
bitflags = "0.3"
rustc-serialize = "0.3"
libc = "0.1"
cssparser = "0.3.1"
unicase = "0.1"
num = "0.1.24"
Expand All @@ -85,4 +85,4 @@ string_cache_plugin = "0.1"
euclid = "0.1"
tendril = "0.1.1"
rand = "0.3"
serde = "*"
serde = "0.4"
6 changes: 3 additions & 3 deletions components/script_traits/Cargo.toml
Expand Up @@ -27,8 +27,8 @@ git = "https://github.com/pcwalton/ipc-channel"

[dependencies]
url = "0.2.36"
libc = "*"
libc = "0.1"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

6 changes: 3 additions & 3 deletions components/servo/Cargo.toml
Expand Up @@ -101,8 +101,8 @@ path = "../../support/android-rs-glue/glue"
optional = true

[dependencies]
env_logger = "*"
env_logger = "0.3"
url = "0.2.36"
time = "0.1.12"
bitflags = "*"
libc = "*"
bitflags = "0.3"
libc = "0.1"
8 changes: 4 additions & 4 deletions components/style/Cargo.toml
Expand Up @@ -20,20 +20,20 @@ path = "../util"
git = "https://github.com/servo/rust-selectors"

[dependencies]
log = "*"
log = "0.3"
encoding = "0.2"
fnv = "1.0"
rustc-serialize = "0.3"
matches = "0.1"
url = "0.2.36"
bitflags = "*"
bitflags = "0.3"
cssparser = "0.3.2"
num = "0.1.24"
lazy_static = "0.1.10"
smallvec = "0.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

12 changes: 6 additions & 6 deletions components/util/Cargo.toml
Expand Up @@ -22,17 +22,17 @@ path = "../plugins"
git = "https://github.com/servo/rust-azure"

[dependencies]
log = "*"
bitflags = "*"
libc = "*"
rand = "*"
log = "0.3"
bitflags = "0.3"
libc = "0.1"
rand = "0.3"
rustc-serialize = "0.3"
smallvec = "0.1"
num_cpus = "0.2.2"
cssparser = "0.3.1"
num = "0.1.24"
url = "0.2.36"
euclid = "0.1"
serde = "*"
serde_macros = "*"
serde = "0.4"
serde_macros = "0.4"

4 changes: 2 additions & 2 deletions components/webdriver_server/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ features = [ "serde-serialization" ]
git = "https://github.com/pcwalton/ipc-channel"

[dependencies]
log = "*"
log = "0.3"
rustc-serialize = "0.3.4"
url = "0.2.36"
uuid = "*"
uuid = "0.1"
12 changes: 6 additions & 6 deletions ports/glutin/Cargo.toml
Expand Up @@ -13,9 +13,9 @@ headless = ["glutin/headless"]

[dependencies]
time = "0.1.12"
bitflags = "*"
libc = "*"
url = "*"
bitflags = "0.3"
libc = "0.1"
url = "0.2"
gleam = "0.1"
euclid = "0.1"

Expand All @@ -42,13 +42,13 @@ git = "https://github.com/servo/glutin"
branch = "servo"

[target.i686-unknown-linux-gnu.dependencies]
x11 = "*"
x11 = "1.1"

[target.x86_64-unknown-linux-gnu.dependencies]
x11 = "*"
x11 = "1.1"

[target.arm-unknown-linux-gnueabihf.dependencies]
x11 = "*"
x11 = "1.1"

[target.x86_64-apple-darwin.dependencies]
cgl = "0.1"
Expand Down
6 changes: 3 additions & 3 deletions ports/gonk/Cargo.toml
Expand Up @@ -49,10 +49,10 @@ path = "../../components/util"
git = "https://github.com/servo/rust-egl"

[dependencies]
env_logger = "*"
env_logger = "0.3"
url = "0.2.16"
time = "0.1.17"
errno = "*"
libc = "*"
errno = "0.1"
libc = "0.1"
euclid = "0.1"
gleam = "0.1"
4 changes: 2 additions & 2 deletions tests/unit/net/Cargo.toml
Expand Up @@ -18,6 +18,6 @@ path = "../../../components/net_traits"
path = "../../../components/util"

[dependencies]
cookie = "*"
cookie = "0.1"
hyper = "0.6"
url = "*"
url = "0.2"
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ path = "../../../components/util"
git = "https://github.com/servo/rust-selectors"

[dependencies]
url = "*"
url = "0.2"
cssparser = "0.3.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/util/Cargo.toml
Expand Up @@ -16,6 +16,6 @@ path = "../../../components/util"
path = "../../../components/plugins"

[dependencies]
libc = "*"
libc = "0.1"
euclid = "0.1"

0 comments on commit 0baa6b4

Please sign in to comment.