diff options
| author | Ms2ger <[email protected]> | 2015-07-06 09:49:28 +0200 |
|---|---|---|
| committer | Ms2ger <[email protected]> | 2015-07-06 19:47:59 +0200 |
| commit | f4afe615dddf367f4f7eaa18093f17c47c4e3e18 (patch) | |
| tree | b8d50d0014ea712bce2eb295906f99fe2f99da7a | |
| parent | Merge pull request #232 from jethrogb/topic/fix_nid (diff) | |
| download | rust-openssl-f4afe615dddf367f4f7eaa18093f17c47c4e3e18.tar.xz rust-openssl-f4afe615dddf367f4f7eaa18093f17c47c4e3e18.zip | |
Unpin the bitflags version.
This dependency causes Servo to depend on multiple versions of the bitflags
crate.
| -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" |