aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-04-03 14:47:15 -0700
committerGitHub <[email protected]>2017-04-03 14:47:15 -0700
commit73d4743a80efa1aaae8c9dc41681bf5a1fef3510 (patch)
treeadec48ece19fad4c8404d57a78e63543f042e133
parentMerge pull request #608 from BusyJay/master (diff)
parentbump bitflags to 0.8 (diff)
downloadrust-openssl-73d4743a80efa1aaae8c9dc41681bf5a1fef3510.tar.xz
rust-openssl-73d4743a80efa1aaae8c9dc41681bf5a1fef3510.zip
Merge pull request #611 from ignatenkobrain/patch-1
bump bitflags to 0.8
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index c9644a7a..b6c5f589 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -18,7 +18,7 @@ v102 = []
v110 = []
[dependencies]
-bitflags = "0.7"
+bitflags = "0.8"
foreign-types = "0.2"
lazy_static = "0.2"
libc = "0.2"