aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/Cargo.toml
diff options
context:
space:
mode:
authorGecko Backout <gecko-backout@mozilla.org>2017-10-19 21:26:51 +0000
committermoz-servo-sync <developer-services+moz-servo-sync@mozilla.org>2017-10-19 21:26:51 +0000
commit11c64178d86979e8d50f11cff66c2b0e8fe666c1 (patch)
tree083c71bdf8216ca56d38d509e5b2988eb18da5ca /components/gfx/Cargo.toml
parentfe16c1d5c3c9084da0ccb85af599d6ec0f8ab20b (diff)
downloadservo-11c64178d86979e8d50f11cff66c2b0e8fe666c1.tar.gz
servo-11c64178d86979e8d50f11cff66c2b0e8fe666c1.zip
Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE
Backs out https://github.com/servo/servo/pull/18809
Diffstat (limited to 'components/gfx/Cargo.toml')
-rw-r--r--components/gfx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index c44b3ab72a9..d28c7b8f44a 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -15,7 +15,7 @@ unstable = ["simd"]
[dependencies]
app_units = "0.5"
-bitflags = "1.0"
+bitflags = "0.7"
euclid = "0.15"
fnv = "1.0"
fontsan = {git = "https://github.com/servo/fontsan"}