aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-08-11 20:52:43 -0700
committerSteven Fackler <[email protected]>2016-08-11 20:52:43 -0700
commit63239bf3eea469ec34ebf2ebd21876c4cdb61de4 (patch)
treeafb95fcf6fa8f80f48f1a68c1e80eed79c649bc2
parentUndelete bogus extern declaration (diff)
downloadrust-openssl-63239bf3eea469ec34ebf2ebd21876c4cdb61de4.tar.xz
rust-openssl-63239bf3eea469ec34ebf2ebd21876c4cdb61de4.zip
Require bitflags 7
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 17802aed..47d0a8e0 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -35,7 +35,7 @@ hmac = ["c_helpers"]
dh_from_params = ["c_helpers"]
[dependencies]
-bitflags = ">= 0.5.0, < 0.8.0"
+bitflags = "0.7"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.7.14", path = "../openssl-sys" }