Skip to content

Commit 4cc18be

Browse files
committed
Release postgres-native-tls v0.2.0-rc.1
1 parent 310f0eb commit 4cc18be

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

postgres-native-tls/CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## v0.1.0-rc.1 - 2019-03-06
5+
## v0.2.0-rc.1 - 2019-06-29
66

7-
* Initial release.
8-
9-
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-native-tls-v0.1.0-rc.1...master
7+
* Updated to tokio-postgres v0.4.0-rc.

postgres-native-tls/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//! # Ok(())
4646
//! # }
4747
//! ```
48-
#![doc(html_root_url = "https://docs.rs/tokio-postgres-native-tls/0.1.0-rc.1")]
48+
#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.2.0-rc.1")]
4949
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
5050

5151
use futures::{try_ready, Async, Future, Poll};

0 commit comments

Comments
 (0)