Skip to content

Commit dc24160

Browse files
committed
Release postgres-native-tls v0.3.0-alpha.2
1 parent fa3b068 commit dc24160

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

postgres-native-tls/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Change Log
22

3+
## v0.3.0-alpha.2 - 2019-11-27
4+
5+
### Changed
6+
7+
* Upgraded to `tokio-postgres` v0.5.0-alpha.2.
8+
39
## v0.3.0-alpha.1 - 2019-10-14
410

511
### Changed
612

7-
* Updated to tokio-postgres v0.5.0-alpha.1.
13+
* Updated to `tokio-postgres` v0.5.0-alpha.1.
814

915
## v0.2.0-rc.1 - 2019-06-29
1016

1117
### Changed
1218

13-
* Updated to tokio-postgres v0.4.0-rc.
19+
* Updated to `tokio-postgres` v0.4.0-rc.

postgres-native-tls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-native-tls"
3-
version = "0.3.0-alpha.1"
3+
version = "0.3.0-alpha.2"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -17,7 +17,7 @@ runtime = ["tokio-postgres/runtime"]
1717

1818
[dependencies]
1919
bytes = "0.5"
20-
futures-preview = "=0.3.0-alpha.19"
20+
futures = "0.3"
2121
native-tls = "0.2"
2222
tokio = "0.2"
2323
tokio-tls = "0.3"

0 commit comments

Comments
 (0)