aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-12-17 21:25:48 -0800
committerSteven Fackler <[email protected]>2015-12-17 21:25:48 -0800
commit5fa46d428d80e59d5d0136410d789983be47aa0d (patch)
tree0ccf253c93e6d4923c75ad51744e91dd1839f97f /openssl-sys/Cargo.toml
parentDisable cross compilation for now (diff)
downloadrust-openssl-5fa46d428d80e59d5d0136410d789983be47aa0d.tar.xz
rust-openssl-5fa46d428d80e59d5d0136410d789983be47aa0d.zip
Release v0.7.3
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index d20992c8..eee9312c 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "openssl-sys"
-version = "0.7.2"
+version = "0.7.3"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"
description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl"
-documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.2/openssl_sys"
+documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.3/openssl_sys"
links = "openssl"
build = "build.rs"