Skip to content

Commit

Permalink
Try more stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jun 12, 2018
1 parent 92c9cdf commit 5c9ec52
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
euclid = "0.17"
fnv = "1.0"
gleam = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion components/canvas_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "canvas_traits"
path = "lib.rs"

[dependencies]
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
euclid = "0.17"
ipc-channel = "0.10"
gleam = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ servo = [

[dependencies]
app_units = "0.6"
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
euclid = "0.17"
hashglobe = { path = "../hashglobe" }
hyper = { version = "0.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ canvas_traits = {path = "../canvas_traits"}
caseless = "0.2"
cookie = "0.10"
chrono = "0.4"
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}
Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
app_units = "0.6"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
euclid = "0.17"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion components/selectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bench = []
[dependencies]
bitflags = "1.0"
matches = "0.1"
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
log = "0.4"
fnv = "1.0"
phf = "0.7.18"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ atomic_refcell = "0.1"
bitflags = "1.0"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.7", optional = true}
euclid = "0.17"
Expand Down
2 changes: 1 addition & 1 deletion components/style_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gecko = []

[dependencies]
app_units = "0.6"
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
bitflags = "1.0"
euclid = "0.17"
malloc_size_of = { path = "../malloc_size_of" }
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doctest = false
[dependencies]
byteorder = "1.0"
app_units = "0.6"
cssparser = "0.23.0"
cssparser = { git = "https://github.com/servo/rust-cssparser", branch = "morestack" }
euclid = "0.17"
html5ever = "0.22"
parking_lot = "0.5"
Expand Down

0 comments on commit 5c9ec52

Please sign in to comment.