Skip to content

Commit 37ee5f7

Browse files
committed
Release 0.3.0
1 parent b37cf71 commit 37ee5f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[package]
22
name = "hyper-native-tls"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
exclude = ["test/*"]
66
license = "MIT/Apache-2.0"
77
description = "native-tls support for Hyper"
88
repository = "https://github.com/sfackler/hyper-native-tls"
9-
documentation = "https://docs.rs/hyper-native-tls/0.2.4/hyper_native_tls"
109
readme = "README.md"
1110

1211
[dependencies]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//! }
4141
//! ```
4242
#![warn(missing_docs)]
43-
#![doc(html_root_url="https://docs.rs/hyper-native-tls/0.2.4")]
43+
#![doc(html_root_url="https://docs.rs/hyper-native-tls/0.3")]
4444
extern crate antidote;
4545
extern crate hyper;
4646
pub extern crate native_tls;

0 commit comments

Comments
 (0)