diff options
| author | Steven Fackler <[email protected]> | 2016-08-11 20:52:43 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-08-11 20:52:43 -0700 |
| commit | 63239bf3eea469ec34ebf2ebd21876c4cdb61de4 (patch) | |
| tree | afb95fcf6fa8f80f48f1a68c1e80eed79c649bc2 | |
| parent | Undelete bogus extern declaration (diff) | |
| download | rust-openssl-63239bf3eea469ec34ebf2ebd21876c4cdb61de4.tar.xz rust-openssl-63239bf3eea469ec34ebf2ebd21876c4cdb61de4.zip | |
Require bitflags 7
| -rw-r--r-- | openssl/Cargo.toml | 2 |
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" } |