Release openssl 0.10.0

This commit is contained in:
Steven Fackler 2018-01-10 22:08:11 -08:00
parent 9a27bb2c03
commit d85e2a2937
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "openssl" name = "openssl"
version = "0.9.23" version = "0.10.0"
authors = ["Steven Fackler <sfackler@gmail.com>"] authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"
description = "OpenSSL bindings" description = "OpenSSL bindings"

View File

@ -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] #[macro_use]
extern crate bitflags; extern crate bitflags;