diff options
| author | Steven Fackler <[email protected]> | 2014-11-25 16:46:57 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-25 16:46:57 -0800 |
| commit | 525394d3089d1d65b63fc18ed3674328b44db3a3 (patch) | |
| tree | 6e4da8307760297bfce41dcd2214c80845118b7b /Cargo.toml | |
| parent | Allow access to the underlying stream (diff) | |
| download | rust-openssl-0.1.0.tar.xz rust-openssl-0.1.0.zip | |
Bump to 0.1.0v0.1.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.0.2" +version = "0.1.0" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" @@ -17,28 +17,28 @@ aes_xts = ["openssl-sys/aes_xts"] [target.i686-apple-darwin.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.x86_64-apple-darwin.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.i686-unknown-linux-gnu.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.x86_64-unknown-linux-gnu.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.i686-unknown-freebsd.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.x86_64-unknown-freebsd.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.arm-apple-ios.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.i386-apple-ios.dependencies.openssl-sys] path = "openssl-sys" -version = "0.0.2" +version = "0.1.0" [target.le32-unknown-nacl.dependencies.libressl-pnacl-sys] [target.arm-unknown-nacl.dependencies.libressl-pnacl-sys] |