aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-05-15 12:53:42 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-05-17 23:34:04 +0200
commitb9cda99ca5ecab31c5924d6d313d71ee72d7b4e5 (patch)
treeba773040b88bdfc6c3d5e9519b73cb659741ec0b /components/style
parentd580226a9c055674dc2f8cd73f52cfa9e1121b02 (diff)
downloadservo-b9cda99ca5ecab31c5924d6d313d71ee72d7b4e5.tar.gz
servo-b9cda99ca5ecab31c5924d6d313d71ee72d7b4e5.zip
Update internal crates to bitflags 0.7
Diffstat (limited to 'components/style')
-rw-r--r--components/style/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index 28cbed57f45..46bfa35bbbe 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -15,7 +15,7 @@ gecko = []
[dependencies]
app_units = {version = "0.2.3", features = ["plugins"]}
-bitflags = "0.6.0"
+bitflags = "0.7"
cssparser = {version = "0.5.5", features = ["heap_size", "serde-serialization"]}
encoding = "0.2"
euclid = {version = "0.6.4", features = ["plugins"]}