Skip to content

Commit f3f702c

Browse files
committed
Release v0.2.3
1 parent 1fcd852 commit f3f702c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-native-tls"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
exclude = ["test/*"]
66
license = "MIT/Apache-2.0"

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.2")]
43+
#![doc(html_root_url="https://docs.rs/hyper-native-tls/0.2.3")]
4444
extern crate antidote;
4545
extern crate hyper;
4646
pub extern crate native_tls;

0 commit comments

Comments
 (0)