diff --git a/postgres-native-tls/CHANGELOG.md b/postgres-native-tls/CHANGELOG.md index 008c0eaf9..fac4dabc9 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 b269594a3..a68130380 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};