diff options
| author | Steven Fackler <[email protected]> | 2016-01-11 22:32:43 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-01-11 22:36:58 -0800 |
| commit | fd6454f625bb7efde3772ae106180cc6ac7c02dd (patch) | |
| tree | 1978bc0a58b1e4e01de56ae30e1bf8ce43f62695 /openssl/Cargo.toml | |
| parent | Merge pull request #328 from Cyberunner23/PemRSA (diff) | |
| download | rust-openssl-fd6454f625bb7efde3772ae106180cc6ac7c02dd.tar.xz rust-openssl-fd6454f625bb7efde3772ae106180cc6ac7c02dd.zip | |
Add stream panic propagation behind a nightly feature gate
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 9c56623e..2dd9c32f 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -25,6 +25,8 @@ rfc5114 = ["openssl-sys/rfc5114"] ecdh_auto = ["openssl-sys-extras/ecdh_auto"] pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"] +nightly = [] + [dependencies] bitflags = ">= 0.2, < 0.4" lazy_static = "0.1" |