Require bitflags 7
This commit is contained in:
parent
207d8e6b30
commit
63239bf3ee
|
|
@ -35,7 +35,7 @@ hmac = ["c_helpers"]
|
||||||
dh_from_params = ["c_helpers"]
|
dh_from_params = ["c_helpers"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = ">= 0.5.0, < 0.8.0"
|
bitflags = "0.7"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
openssl-sys = { version = "0.7.14", path = "../openssl-sys" }
|
openssl-sys = { version = "0.7.14", path = "../openssl-sys" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue