diff options
| author | Steven Fackler <[email protected]> | 2015-06-02 12:20:06 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-06-02 12:20:06 -0400 |
| commit | 1b824022eceecccb6f2ca8ba3ea702fec8406da5 (patch) | |
| tree | 2f696cb9070be35d20c69b0a85cead3d7ac31f7f | |
| parent | Disable master doc uploads (diff) | |
| parent | Bump bitflags version (diff) | |
| download | rust-openssl-1b824022eceecccb6f2ca8ba3ea702fec8406da5.tar.xz rust-openssl-1b824022eceecccb6f2ca8ba3ea702fec8406da5.zip | |
Merge pull request #223 from Manishearth/patch-2
Bump bitflags version
| -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 2f5fe207..a89e9f0c 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -23,7 +23,7 @@ path = "../openssl-sys" version = "0.6.2" [dependencies] -bitflags = "0.1.1" +bitflags = "0.2" lazy_static = "0.1" libc = "0.1" |