diff options
| author | Igor Gnatenko <[email protected]> | 2017-04-03 23:04:23 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-03 23:04:23 +0200 |
| commit | af25627fdfc203b251aab330d4c8eb96e4452b21 (patch) | |
| tree | adec48ece19fad4c8404d57a78e63543f042e133 | |
| parent | Merge pull request #608 from BusyJay/master (diff) | |
| download | rust-openssl-af25627fdfc203b251aab330d4c8eb96e4452b21.tar.xz rust-openssl-af25627fdfc203b251aab330d4c8eb96e4452b21.zip | |
bump bitflags to 0.8
| -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 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" |