Commit f4afe615 authored by Ms2ger's avatar Ms2ger
Browse files

Unpin the bitflags version.

This dependency causes Servo to depend on multiple versions of the bitflags
crate.
parent 2a4d7165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ path = "../openssl-sys"
version = "0.6.3"

[dependencies]
bitflags = "0.2"
bitflags = ">= 0.2, < 0.4"
lazy_static = "0.1"
libc = "0.1"