Commit d85e2a29 authored by Steven Fackler's avatar Steven Fackler
Browse files

Release openssl 0.10.0

parent 9a27bb2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl"
version = "0.9.23"
version = "0.10.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
+1 −1
Original line number Diff line number Diff line
#![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;