Release postgres-openssl v0.2.0-rc.1

This commit is contained in:
Steven Fackler 2019-06-29 21:39:25 -07:00
parent 4cc18be35b
commit 6464954e07
4 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,5 @@
# Change Log # Change Log
## [Unreleased]
## v0.2.0-rc.1 - 2019-06-29 ## v0.2.0-rc.1 - 2019-06-29
* Updated to tokio-postgres v0.4.0-rc. * Updated to tokio-postgres v0.4.0-rc.

View File

@ -1,9 +1,5 @@
# Change Log # Change Log
## [Unreleased] ## v0.2.0-rc.1 - 2019-03-06
## v0.1.0-rc.1 - 2019-03-06 * Updated to `tokio-postgres` v0.4.0-rc.
* Initial release.
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-openssl-v0.1.0-rc.1...master

View File

@ -1,6 +1,6 @@
[package] [package]
name = "postgres-openssl" name = "postgres-openssl"
version = "0.1.0-rc.1" version = "0.2.0-rc.1"
authors = ["Steven Fackler <sfackler@gmail.com>"] authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"

View File

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