Skip to content

Commit d85e2a2

Browse files
committed
Release openssl 0.10.0
1 parent 9a27bb2 commit d85e2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl"
3-
version = "0.9.23"
3+
version = "0.10.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "Apache-2.0"
66
description = "OpenSSL bindings"

openssl/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/openssl/0.9")]
1+
#![doc(html_root_url = "https://docs.rs/openssl/0.10")]
22

33
#[macro_use]
44
extern crate bitflags;

0 commit comments

Comments
 (0)