aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/Cargo.toml
diff options
context:
space:
mode:
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"}