File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/sfackler/rust-openssl.svg?branch=master )] ( https://travis-ci.org/sfackler/rust-openssl )
4
4
5
- [ Documentation] ( https://sfackler.github.io/rust-openssl/doc/v0.8.3 /openssl ) .
5
+ [ Documentation] ( https://sfackler.github.io/rust-openssl/doc/v0.9.0 /openssl ) .
6
6
7
7
## Warning
8
8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.7.17 "
3
+ version = " 0.9.0 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ,
5
5
" Steven Fackler <sfackler@gmail.com>" ]
6
6
license = " MIT"
7
7
description = " FFI bindings to OpenSSL"
8
8
repository = " https://github.com/sfackler/rust-openssl"
9
- documentation = " https://sfackler.github.io/rust-openssl/doc/v0.7.17 /openssl_sys"
9
+ documentation = " https://sfackler.github.io/rust-openssl/doc/v0.9.0 /openssl_sys"
10
10
links = " openssl"
11
11
build = " build.rs"
12
12
Original file line number Diff line number Diff line change 1
1
#![ allow( non_camel_case_types, non_upper_case_globals, non_snake_case) ]
2
2
#![ allow( dead_code, overflowing_literals) ]
3
- #![ doc( html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.17 " ) ]
3
+ #![ doc( html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.9.0 " ) ]
4
4
5
5
extern crate libc;
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.8.3 "
3
+ version = " 0.9.0 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
7
7
repository = " https://github.com/sfackler/rust-openssl"
8
- documentation = " https://sfackler.github.io/rust-openssl/doc/v0.8.3 /openssl"
8
+ documentation = " https://sfackler.github.io/rust-openssl/doc/v0.9.0 /openssl"
9
9
readme = " ../README.md"
10
10
keywords = [" crypto" , " tls" , " ssl" , " dtls" ]
11
11
build = " build.rs"
@@ -20,7 +20,7 @@ v110 = []
20
20
bitflags = " 0.7"
21
21
lazy_static = " 0.2"
22
22
libc = " 0.2"
23
- openssl-sys = { version = " 0.7.17 " , path = " ../openssl-sys" }
23
+ openssl-sys = { version = " 0.9 " , path = " ../openssl-sys" }
24
24
25
25
[dev-dependencies ]
26
26
rustc-serialize = " 0.3"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.8.3 " ) ]
1
+ #![ doc( html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.9.0 " ) ]
2
2
3
3
#[ macro_use]
4
4
extern crate bitflags;
You can’t perform that action at this time.
0 commit comments