Release tokio-postgres v0.7.0

This commit is contained in:
Steven Fackler
2020-12-25 09:08:20 -05:00
parent 71fc3e74bd
commit 4fb6fd906f
6 changed files with 17 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
bytes = "1.0"
fallible-iterator = "0.2"
futures = "0.3"
tokio-postgres = { version = "0.6.0", path = "../tokio-postgres" }
tokio-postgres = { version = "0.7.0", path = "../tokio-postgres" }
tokio = { version = "1.0", features = ["rt", "time"] }
log = "0.4"