aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-03-01 09:18:28 -0800
committerSteven Fackler <[email protected]>2016-03-01 09:18:28 -0800
commit373d61fb6906628d082dac8c57ecd2a4bd36041d (patch)
tree010992c30d98c89a81de837ec90d2a12f5d78b3d
parentMerge branch 'release' (diff)
parentBump bitflags to 0.4 (diff)
downloadrust-openssl-373d61fb6906628d082dac8c57ecd2a4bd36041d.tar.xz
rust-openssl-373d61fb6906628d082dac8c57ecd2a4bd36041d.zip
Merge pull request #355 from KalitaAlexey/master
Bump bitflags to 0.4
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index cd85d062..10d8ea4b 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.2, < 0.4"
+bitflags = "0.4"
lazy_static = "0.1"
libc = "0.2"
openssl-sys = { version = "0.7.6", path = "../openssl-sys" }