Skip to content

Commit

Permalink
Release postgres-native-tls v0.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 28, 2019
1 parent fa3b068 commit dc24160
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions postgres-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Change Log

## v0.3.0-alpha.2 - 2019-11-27

### Changed

* Upgraded to `tokio-postgres` v0.5.0-alpha.2.

## v0.3.0-alpha.1 - 2019-10-14

### Changed

* Updated to tokio-postgres v0.5.0-alpha.1.
* 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.
* Updated to `tokio-postgres` v0.4.0-rc.
4 changes: 2 additions & 2 deletions 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.3.0-alpha.1"
version = "0.3.0-alpha.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand All @@ -17,7 +17,7 @@ runtime = ["tokio-postgres/runtime"]

[dependencies]
bytes = "0.5"
futures-preview = "=0.3.0-alpha.19"
futures = "0.3"
native-tls = "0.2"
tokio = "0.2"
tokio-tls = "0.3"
Expand Down

0 comments on commit dc24160

Please sign in to comment.