Skip to content

Commit

Permalink
Relese postgres-native-tls v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 25, 2020
1 parent de831c3 commit eeee279
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions postgres-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-native-tls"
version = "0.4.0"
version = "0.5.0"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion postgres-native-tls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eeee279

Please sign in to comment.