We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234e20b commit c50fcbdCopy full SHA for c50fcbd
tokio-postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.7.10
4
+
5
+## Fixed
6
7
+* Defered default username lookup to avoid regressing `Config` behavior.
8
9
## v0.7.9
10
11
## Fixed
tokio-postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
-version = "0.7.9"
+version = "0.7.10"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments