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

Bump app_units to 0.2.1

  • Loading branch information
nox committed Feb 12, 2016
commit 2d6ac4da9794c4f63f6375733fd31854650fca3b
@@ -82,7 +82,7 @@ git = "https://github.com/servo/gaol"
git = "https://github.com/servo/gaol"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
gleam = "0.2"
image = "0.5.0"
@@ -9,7 +9,7 @@ name = "gfx"
path = "lib.rs"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
euclid = {version = "0.6.1", features = ["plugins"]}
fnv = "1.0"
@@ -54,7 +54,7 @@ path = "../util"
git = "https://github.com/servo/ipc-channel"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
euclid = {version = "0.6.1", features = ["plugins"]}
@@ -63,7 +63,7 @@ features = ["unstable"]
path = "../gfx_traits"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
caseless = "0.1.0"
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
@@ -41,7 +41,7 @@ path = "../devtools_traits"
git = "https://github.com/servo/ipc-channel"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}
heapsize = "0.2.5"
heapsize_plugin = "0.1.2"

Some generated files are not rendered by default. Learn more.

@@ -19,7 +19,7 @@ path = "../util"
path = "../style_traits"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
encoding = "0.2"
@@ -27,7 +27,7 @@ optional = true
git = "https://github.com/servo/ipc-channel"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

@@ -9,7 +9,7 @@ path = "lib.rs"
crate-type = ["staticlib"]

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
bitflags = "0.3"
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
euclid = {version = "0.6.1", features = ["plugins"]}

Some generated files are not rendered by default. Learn more.

@@ -24,7 +24,7 @@ path = "../../../components/style_traits"
path = "../../../components/util"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
cssparser = {version = "0.5.2", features = ["heap_size"]}
euclid = {version = "0.6.1", features = ["plugins"]}
selectors = {version = "0.4.1", features = ["heap_size"]}
@@ -16,7 +16,7 @@ path = "../../../components/util"
path = "../../../components/plugins"

[dependencies]
app_units = {version = "0.2", features = ["plugins"]}
app_units = {version = "0.2.1", features = ["plugins"]}
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.