diff options
| author | Steven Fackler <[email protected]> | 2014-12-15 09:26:34 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-12-15 09:26:34 -0800 |
| commit | 1dc66d948676b434690f866cb226fe4178dcd42d (patch) | |
| tree | 9cbc59a1385da9802fc8e5ac47e5db7c15827be7 /Cargo.toml | |
| parent | Merge pull request #122 from vhbit/proc_removal (diff) | |
| download | rust-openssl-0.2.4.tar.xz rust-openssl-0.2.4.zip | |
Release v0.2.4v0.2.4
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.2.3" +version = "0.2.4" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" @@ -17,4 +17,4 @@ aes_xts = ["openssl-sys/aes_xts"] [dependencies.openssl-sys] path = "openssl-sys" -version = "0.2.3" +version = "0.2.4" |