diff options
| author | Anthony Ramine <[email protected]> | 2016-05-15 12:27:49 +0200 |
|---|---|---|
| committer | Anthony Ramine <[email protected]> | 2016-05-15 12:27:49 +0200 |
| commit | 2c2c272e6abb390d01c80585ff76fd6ba0a79b45 (patch) | |
| tree | 22c48cd88912787f75481c96f1c7775ebd092436 | |
| parent | Downgrade bitflags on travis to build on 1.7 (diff) | |
| download | rust-openssl-2c2c272e6abb390d01c80585ff76fd6ba0a79b45.tar.xz rust-openssl-2c2c272e6abb390d01c80585ff76fd6ba0a79b45.zip | |
Allow bitflags 0.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 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" } |