Skip to content

Commit 8785773

Browse files
committed
Release postgres v0.19.3
1 parent 17af0d5 commit 8785773

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

postgres/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.19.3 - 2022-04-30
4+
5+
### Added
6+
7+
* Added support for `uuid` 1.0 via the `with-uuid-1` feature.
8+
39
## v0.19.2 - 2021-09-29
410

511
### Added

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
3838
bytes = "1.0"
3939
fallible-iterator = "0.2"
4040
futures = "0.3"
41-
tokio-postgres = { version = "0.7.2", path = "../tokio-postgres" }
41+
tokio-postgres = { version = "0.7.6", path = "../tokio-postgres" }
4242

4343
tokio = { version = "1.0", features = ["rt", "time"] }
4444
log = "0.4"

0 commit comments

Comments
 (0)