diff options
| author | Andy Gauge <[email protected]> | 2017-10-24 16:44:05 -0700 |
|---|---|---|
| committer | Andy Gauge <[email protected]> | 2017-10-24 16:44:05 -0700 |
| commit | 05ad00532c5aa08362edc929477eccbf98c16b86 (patch) | |
| tree | f579b5c1e81d0935bd030db7686fe5887e801294 /openssl-sys | |
| parent | Merge branch 'master' of https://github.com/sfackler/rust-openssl (diff) | |
| parent | Merge pull request #758 from bvinc/want_read_typo (diff) | |
| download | rust-openssl-05ad00532c5aa08362edc929477eccbf98c16b86.tar.xz rust-openssl-05ad00532c5aa08362edc929477eccbf98c16b86.zip | |
Merge branch 'master' of https://github.com/sfackler/rust-openssl
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 790b5284..1b76b37c 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.9.18" +version = "0.9.20" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" |