diff options
| author | Chris Cole <[email protected]> | 2015-01-05 23:53:23 -0500 |
|---|---|---|
| committer | Chris Cole <[email protected]> | 2015-01-05 23:53:23 -0500 |
| commit | 63fda80bf784771c8933b1e172606541f5a4fa4a (patch) | |
| tree | 8ef58f33985624009557e28e191624670dde9f61 /openssl-sys | |
| parent | Added use of ToCStr trait. (diff) | |
| parent | Release v0.2.12 (diff) | |
| download | rust-openssl-63fda80bf784771c8933b1e172606541f5a4fa4a.tar.xz rust-openssl-63fda80bf784771c8933b1e172606541f5a4fa4a.zip | |
Merge remote-tracking branch 'upstream/master'
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 de18ab54..36d97fd9 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.2.11" +version = "0.2.12" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" |