Unpin the bitflags version.
This dependency causes Servo to depend on multiple versions of the bitflags crate.
This commit is contained in:
parent
2a4d7165f4
commit
f4afe615dd
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue