Release postgres v0.17.2
This commit is contained in:
parent
72e0dbfcc0
commit
ff36ce993d
@ -1,5 +1,12 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## v0.17.2 - 2020-03-05
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Added `Debug` implementations for `Client`, `Row`, and `Column`.
|
||||||
|
* Added `time` 0.2 support.
|
||||||
|
|
||||||
## v0.17.1 - 2020-01-31
|
## v0.17.1 - 2020-01-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "postgres"
|
name = "postgres"
|
||||||
version = "0.17.1"
|
version = "0.17.2"
|
||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
@ -33,7 +33,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
|
|||||||
bytes = "0.5"
|
bytes = "0.5"
|
||||||
fallible-iterator = "0.2"
|
fallible-iterator = "0.2"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
tokio-postgres = { version = "0.5.2", path = "../tokio-postgres" }
|
tokio-postgres = { version = "0.5.3", path = "../tokio-postgres" }
|
||||||
|
|
||||||
tokio = { version = "0.2", features = ["rt-core"] }
|
tokio = { version = "0.2", features = ["rt-core"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user