Release postgres-native-tls v0.2.0-rc.1

This commit is contained in:
Steven Fackler 2019-06-29 21:32:16 -07:00
parent 310f0ebfc6
commit 4cc18be35b
2 changed files with 3 additions and 5 deletions

View File

@ -2,8 +2,6 @@
## [Unreleased]
## v0.1.0-rc.1 - 2019-03-06
## v0.2.0-rc.1 - 2019-06-29
* Initial release.
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-native-tls-v0.1.0-rc.1...master
* Updated to tokio-postgres v0.4.0-rc.

View File

@ -45,7 +45,7 @@
//! # Ok(())
//! # }
//! ```
#![doc(html_root_url = "https://docs.rs/tokio-postgres-native-tls/0.1.0-rc.1")]
#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.2.0-rc.1")]
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
use futures::{try_ready, Async, Future, Poll};