diff options
| author | Richard Diamond <[email protected]> | 2014-12-09 23:00:05 -0600 |
|---|---|---|
| committer | Richard Diamond <[email protected]> | 2014-12-09 23:15:04 -0600 |
| commit | 10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22 (patch) | |
| tree | 40cfa746b7951877fb0f27ffe8fc7bbd74801ab4 /Cargo.toml | |
| parent | Add a feature to openssl-sys to cause it to build a local copy of libressl for (diff) | |
| download | rust-openssl-10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22.tar.xz rust-openssl-10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22.zip | |
Now that pkg-config 0.1.1 has been published, delegate to bailout detection to pkg-config.
Also bump version minors for publishing. :)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.2.2" +version = "0.2.3" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" |