Skip to content

Commit

Permalink
Release tokio-native-tls v0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 15, 2019
1 parent afa466f commit ae230fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions postgres-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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

### Changed

* Updated to tokio-postgres v0.4.0-rc.
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.2.0-rc.1"
version = "0.3.0-alpha.1"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion postgres-native-tls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//! # 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)]

use std::future::Future;
Expand Down

0 comments on commit ae230fb

Please sign in to comment.