Release postgres v0.19.3

This commit is contained in:
Steven Fackler 2022-04-30 08:56:34 -04:00
parent 17af0d5b68
commit 8785773e8e
No known key found for this signature in database
GPG Key ID: 30A04EB23B15B465
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## v0.19.3 - 2022-04-30
### Added
* Added support for `uuid` 1.0 via the `with-uuid-1` feature.
## v0.19.2 - 2021-09-29
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.19.2"
version = "0.19.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
bytes = "1.0"
fallible-iterator = "0.2"
futures = "0.3"
tokio-postgres = { version = "0.7.2", path = "../tokio-postgres" }
tokio-postgres = { version = "0.7.6", path = "../tokio-postgres" }
tokio = { version = "1.0", features = ["rt", "time"] }
log = "0.4"