Unpin the bitflags version.

This dependency causes Servo to depend on multiple versions of the bitflags
crate.
This commit is contained in:
Ms2ger 2015-07-06 09:49:28 +02:00
parent 2a4d7165f4
commit f4afe615dd
1 changed files with 1 additions and 1 deletions

View File

@ -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"