aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-01-22 15:57:21 -0800
committerSteven Fackler <[email protected]>2016-01-22 15:57:21 -0800
commit2ece5b10390661085ef397426c3f10ce2f6ed8fc (patch)
tree7b480e4ddd427ee67cc912452c78fb087808eace /openssl-sys/src
parentFix connect and accept error reporting (diff)
downloadrust-openssl-2ece5b10390661085ef397426c3f10ce2f6ed8fc.tar.xz
rust-openssl-2ece5b10390661085ef397426c3f10ce2f6ed8fc.zip
Release v0.7.5
Diffstat (limited to 'openssl-sys/src')
-rw-r--r--openssl-sys/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/src/lib.rs b/openssl-sys/src/lib.rs
index da99158f..b4e97c1b 100644
--- a/openssl-sys/src/lib.rs
+++ b/openssl-sys/src/lib.rs
@@ -1,6 +1,6 @@
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
#![allow(dead_code)]
-#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.4")]
+#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.5")]
extern crate libc;