aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-06-09 07:51:33 -0700
committerGitHub <noreply@github.com>2017-06-09 07:51:33 -0700
commite46aa87b4c126ddd5857fe6a365710076ad427f8 (patch)
tree18ff2e6a7149d94123c18d5280cb7b45f4388b7a
parent1555f0fc413415d5c8f7c5a5f3fec2eecfce640e (diff)
parentcf8cda1b23464a90afc23ab7d069c545a5c076b5 (diff)
downloadservo-e46aa87b4c126ddd5857fe6a365710076ad427f8.tar.gz
servo-e46aa87b4c126ddd5857fe6a365710076ad427f8.zip
Auto merge of #17255 - jdm:rmcssparser, r=metajack
Remove cssparser dependency from msg. This applies the change from #17111 once more since it was reverted by an incorrect rebase. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17255) <!-- Reviewable:end -->
-rw-r--r--Cargo.lock1
-rw-r--r--components/msg/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0e78cc72317..5abc322a15a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1740,7 +1740,6 @@ name = "msg"
version = "0.0.1"
dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "cssparser 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml
index d1211efee49..4547152404a 100644
--- a/components/msg/Cargo.toml
+++ b/components/msg/Cargo.toml
@@ -11,7 +11,6 @@ path = "lib.rs"
[dependencies]
bitflags = "0.7"
-cssparser = "0.13.3"
heapsize = "0.4"
heapsize_derive = "0.1"
serde = "0.9"