Release postgres-native-tls v0.2.0-rc.1
This commit is contained in:
parent
310f0ebfc6
commit
4cc18be35b
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## v0.1.0-rc.1 - 2019-03-06
|
## v0.2.0-rc.1 - 2019-06-29
|
||||||
|
|
||||||
* Initial release.
|
* Updated to tokio-postgres v0.4.0-rc.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-native-tls-v0.1.0-rc.1...master
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
//! # Ok(())
|
//! # 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)]
|
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
|
||||||
|
|
||||||
use futures::{try_ready, Async, Future, Poll};
|
use futures::{try_ready, Async, Future, Poll};
|
||||||
|
Loading…
Reference in New Issue
Block a user