File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.9 "
3
+ version = " 0.9.10 "
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://docs.rs/openssl-sys/0.9.9 /openssl_sys"
9
+ documentation = " https://docs.rs/openssl-sys/0.9.10 /openssl_sys"
10
10
categories = [" cryptography" , " external-ffi-bindings" ]
11
11
links = " openssl"
12
12
build = " build.rs"
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://docs.rs/openssl-sys/0.9.9 " ) ]
3
+ #![ doc( html_root_url="https://docs.rs/openssl-sys/0.9.10 " ) ]
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.9.9 "
3
+ version = " 0.9.10 "
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://docs.rs/openssl/0.9.9 /openssl"
8
+ documentation = " https://docs.rs/openssl/0.9.10 /openssl"
9
9
readme = " ../README.md"
10
10
keywords = [" crypto" , " tls" , " ssl" , " dtls" ]
11
11
categories = [" cryptography" , " api-bindings" ]
@@ -22,7 +22,7 @@ bitflags = "0.7"
22
22
foreign-types = " 0.2"
23
23
lazy_static = " 0.2"
24
24
libc = " 0.2"
25
- openssl-sys = { version = " 0.9.9 " , path = " ../openssl-sys" }
25
+ openssl-sys = { version = " 0.9.10 " , path = " ../openssl-sys" }
26
26
27
27
[dev-dependencies ]
28
28
tempdir = " 0.3"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url="https://docs.rs/openssl/0.9.9 " ) ]
1
+ #![ doc( html_root_url="https://docs.rs/openssl/0.9.10 " ) ]
2
2
3
3
#[ macro_use]
4
4
extern crate bitflags;
You can’t perform that action at this time.
0 commit comments