We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f38b39 commit 0adcf58Copy full SHA for 0adcf58
tokio-postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.7.4 - 2021-10-19
4
+
5
+### Fixed
6
7
+* Fixed reporting of commit-time errors triggered by deferred constraints.
8
9
## v0.7.3 - 2021-09-29
10
11
### Fixed
tokio-postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
-version = "0.7.3"
+version = "0.7.4"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments