Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump heapsize to 0.3 #9622

Merged
merged 12 commits into from Feb 13, 2016
Next

Reorder dependencies in some Cargo.toml files

  • Loading branch information
nox committed Feb 12, 2016
commit c6262c368f88e4f999380f2245407abfefb29ee7
@@ -83,14 +83,14 @@ git = "https://github.com/servo/gaol"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
gleam = "0.2"
image = "0.5.0"
log = "0.3"
num = "0.1.24"
time = "0.1.17"
gleam = "0.2"
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
time = "0.1.17"
url = {version = "0.5.4", features = ["heap_size"]}

[target.x86_64-apple-darwin.dependencies]
@@ -24,12 +24,12 @@ rand = "0.3"
rustc-serialize = "0.3"
serde = "0.6"
serde_macros = "0.6"
servo-skia = "0.20130412.0"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
time = "0.1.12"
unicode-script = { version = "0.1", features = ["harfbuzz"] }
url = {version = "0.5.4", features = ["heap_size"]}
servo-skia = "0.20130412.0"

[dependencies.plugins]
path = "../plugins"
@@ -20,23 +20,23 @@ path = "../style_traits"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
log = "0.3"
encoding = "0.2"
euclid = {version = "0.6.1", features = ["plugins"]}
fnv = "1.0"
heapsize = "0.2.5"
heapsize_plugin = "0.1.2"
rustc-serialize = "0.3"
lazy_static = "0.1.10"
log = "0.3"
matches = "0.1"
bitflags = "0.3"
num = "0.1.24"
lazy_static = "0.1.10"
rustc-serialize = "0.3"
selectors = {version = "0.4.1", features = ["heap_size", "unstable"]}
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
euclid = {version = "0.6.1", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
time = "0.1"
url = {version = "0.5.4", features = ["heap_size"]}

@@ -25,8 +25,8 @@ path = "../../../components/util"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
url = {version = "0.5.4", features = ["heap_size"]}
cssparser = {version = "0.5.2", features = ["heap_size"]}
euclid = {version = "0.6.1", features = ["plugins"]}
selectors = {version = "0.4.1", features = ["heap_size"]}
string_cache = {version = "0.2.7", features = ["heap_size"]}
euclid = {version = "0.6.1", features = ["plugins"]}
url = {version = "0.5.4", features = ["heap_size"]}
@@ -17,6 +17,6 @@ path = "../../../components/plugins"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
libc = "0.2"
euclid = {version = "0.6.1", features = ["plugins"]}
libc = "0.2"

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.