From 4cc18be35b8aa3f77e2eccc4bb5316d90f2a4387 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 29 Jun 2019 21:32:16 -0700 Subject: [PATCH] Release postgres-native-tls v0.2.0-rc.1 --- postgres-native-tls/CHANGELOG.md | 6 ++---- postgres-native-tls/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/postgres-native-tls/CHANGELOG.md b/postgres-native-tls/CHANGELOG.md index 008c0eaf..fac4dabc 100644 --- a/postgres-native-tls/CHANGELOG.md +++ b/postgres-native-tls/CHANGELOG.md @@ -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. diff --git a/postgres-native-tls/src/lib.rs b/postgres-native-tls/src/lib.rs index b269594a..a6813038 100644 --- a/postgres-native-tls/src/lib.rs +++ b/postgres-native-tls/src/lib.rs @@ -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};