Release tokio-postgres v0.4.0-rc.2

This commit is contained in:
Steven Fackler
2019-03-05 21:49:41 -08:00
parent e549f8d635
commit 4f084e7b64
3 changed files with 10 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
bytes = "0.4"
fallible-iterator = "0.1"
futures = "0.1"
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false }
tokio = { version = "0.1", optional = true }
lazy_static = { version = "1.0", optional = true }