We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17af0d5 commit 8785773Copy full SHA for 8785773
postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
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
9
## v0.19.2 - 2021-09-29
10
11
### Added
postgres/Cargo.toml
@@ -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"]
38
bytes = "1.0"
39
fallible-iterator = "0.2"
40
futures = "0.3"
41
-tokio-postgres = { version = "0.7.2", path = "../tokio-postgres" }
+tokio-postgres = { version = "0.7.6", path = "../tokio-postgres" }
42
43
tokio = { version = "1.0", features = ["rt", "time"] }
44
log = "0.4"
0 commit comments