Skip to content

Commit

Permalink
Release postgres-native-tls v0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 30, 2019
1 parent 310f0eb commit 4cc18be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions postgres-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion postgres-native-tls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 4cc18be

Please sign in to comment.