diff options
| author | Steven Fackler <[email protected]> | 2017-04-14 16:56:21 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-04-14 16:56:21 -0700 |
| commit | 429f7c869eb592ee531d4f702c7a7dc79ec60fbf (patch) | |
| tree | e636a2d6204ee0dbdd1609545b94bbd16acd2cf3 /openssl/Cargo.toml | |
| parent | Merge pull request #616 from sfackler/no-alloc (diff) | |
| download | rust-openssl-0.9.11.tar.xz rust-openssl-0.9.11.zip | |
Release v0.9.11v0.9.11
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 5451f379..0f23b2a5 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "openssl" -version = "0.9.10" +version = "0.9.11" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://docs.rs/openssl/0.9.10/openssl" +documentation = "https://docs.rs/openssl/0.9.11/openssl" readme = "../README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] @@ -21,7 +21,7 @@ bitflags = "0.8" foreign-types = "0.2" lazy_static = "0.2" libc = "0.2" -openssl-sys = { version = "0.9.10", path = "../openssl-sys" } +openssl-sys = { version = "0.9.11", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3" |