Release postgres-native-tls v0.3.0-alpha.2
This commit is contained in:
parent
fa3b068da7
commit
dc2416011a
@ -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.
|
||||
|
@ -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"
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user