Skip to content

Commit

Permalink
Bug 1508026 - Cherry-pick some changes to malloc_size_of's Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Nov 17, 2018
1 parent 7433c91 commit 77a61b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servo/components/malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ euclid = "0.19"
hashglobe = { path = "../hashglobe" }
hyper = { version = "0.12", optional = true }
hyper_serde = { version = "0.9", optional = true }
keyboard-types = {version = "0.4.2-servo", features = ["serde"], optional = true}
mozjs = { version = "0.9.3", optional = true }
keyboard-types = {version = "0.4.3", optional = true}
mozjs = { version = "0.9.4", optional = true }
selectors = { path = "../selectors" }
serde = { version = "1.0.27", optional = true }
serde_bytes = { version = "0.10", optional = true }
Expand Down

0 comments on commit 77a61b0

Please sign in to comment.