aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2016-05-15 12:27:49 +0200
committerAnthony Ramine <[email protected]>2016-05-15 12:27:49 +0200
commit2c2c272e6abb390d01c80585ff76fd6ba0a79b45 (patch)
tree22c48cd88912787f75481c96f1c7775ebd092436
parentDowngrade bitflags on travis to build on 1.7 (diff)
downloadrust-openssl-2c2c272e6abb390d01c80585ff76fd6ba0a79b45.tar.xz
rust-openssl-2c2c272e6abb390d01c80585ff76fd6ba0a79b45.zip
Allow bitflags 0.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 b69dc074..3f5a4388 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -29,7 +29,7 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"]
nightly = []
[dependencies]
-bitflags = ">= 0.5.0, < 0.7.0"
+bitflags = ">= 0.5.0, < 0.8.0"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.7.11", path = "../openssl-sys" }