Skip to content

Commit

Permalink
Release openssl 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 11, 2018
1 parent 9a27bb2 commit d85e2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.9.23"
version = "0.10.0"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand Down
2 changes: 1 addition & 1 deletion openssl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/openssl/0.9")]
#![doc(html_root_url = "https://docs.rs/openssl/0.10")]

#[macro_use]
extern crate bitflags;
Expand Down

0 comments on commit d85e2a2

Please sign in to comment.