diff options
| author | Steven Fackler <[email protected]> | 2015-01-23 10:22:11 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-01-23 10:22:11 -0800 |
| commit | cfe9df78fa5c341671a55a6945dedb91c21af8b6 (patch) | |
| tree | 91c8b97056ef47c30785adaff573df1616b21636 /openssl-sys/Cargo.toml | |
| parent | Fix for upstream changes (diff) | |
| download | rust-openssl-0.2.17.tar.xz rust-openssl-0.2.17.zip | |
Release v0.2.17v0.2.17
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -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 3c36d750..924b3eb5 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.2.16" +version = "0.2.17" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" |