Release tokio-native-tls v0.3.0-alpha.1
This commit is contained in:
parent
afa466fb25
commit
ae230fb012
@ -1,5 +1,13 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## v0.3.0-alpha.1 - 2019-10-14
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Updated to tokio-postgres v0.5.0-alpha.1.
|
||||||
|
|
||||||
## v0.2.0-rc.1 - 2019-06-29
|
## v0.2.0-rc.1 - 2019-06-29
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
* Updated to tokio-postgres v0.4.0-rc.
|
* Updated to tokio-postgres v0.4.0-rc.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "postgres-native-tls"
|
name = "postgres-native-tls"
|
||||||
version = "0.2.0-rc.1"
|
version = "0.3.0-alpha.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"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
//! # Ok(())
|
//! # Ok(())
|
||||||
//! # }
|
//! # }
|
||||||
//! ```
|
//! ```
|
||||||
#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.2.0-rc.1")]
|
#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.3")]
|
||||||
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
|
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
|
||||||
|
|
||||||
use std::future::Future;
|
use std::future::Future;
|
||||||
|
Loading…
Reference in New Issue
Block a user