Skip to content

Commit 0adcf58

Browse files
committed
Release tokio-postgres v0.7.4
1 parent 7f38b39 commit 0adcf58

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tokio-postgres/CHANGELOG.md

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

3+
## v0.7.4 - 2021-10-19
4+
5+
### Fixed
6+
7+
* Fixed reporting of commit-time errors triggered by deferred constraints.
8+
39
## v0.7.3 - 2021-09-29
410

511
### Fixed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)