diff options
| author | Steven Fackler <[email protected]> | 2015-07-06 11:04:59 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-07-06 11:04:59 -0700 |
| commit | 4ab1d570bfa7d851bd21523b551af40a14b9bf0d (patch) | |
| tree | b8d50d0014ea712bce2eb295906f99fe2f99da7a | |
| parent | Merge pull request #232 from jethrogb/topic/fix_nid (diff) | |
| parent | Unpin the bitflags version. (diff) | |
| download | rust-openssl-4ab1d570bfa7d851bd21523b551af40a14b9bf0d.tar.xz rust-openssl-4ab1d570bfa7d851bd21523b551af40a14b9bf0d.zip | |
Merge pull request #236 from servo/unpin
Unpin the 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 3e3c34de..6cba0100 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -24,7 +24,7 @@ path = "../openssl-sys" version = "0.6.3" [dependencies] -bitflags = "0.2" +bitflags = ">= 0.2, < 0.4" lazy_static = "0.1" libc = "0.1" |