Relese postgres-native-tls v0.5.0
This commit is contained in:
parent
de831c3a53
commit
eeee279277
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## v0.5.0 - 2020-12-25
|
||||
|
||||
### Changed
|
||||
|
||||
* Upgraded to `tokio-postgres` 0.7.
|
||||
|
||||
## v0.4.0 - 2020-10-17
|
||||
|
||||
### Changed
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres-native-tls"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
@ -45,7 +45,6 @@
|
||||
//! # Ok(())
|
||||
//! # }
|
||||
//! ```
|
||||
#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.3")]
|
||||
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
|
||||
|
||||
use std::future::Future;
|
||||
|
Loading…
Reference in New Issue
Block a user