Release tokio-postgres v0.4.0-rc.1

This commit is contained in:
Steven Fackler
2019-03-05 19:03:36 -08:00
parent 9385bebefc
commit 4174eeeecb
8 changed files with 283 additions and 24 deletions

View File

@@ -9,18 +9,18 @@ default = ["runtime"]
runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
"with-bit-vec-0.5" = ["tokio-postgres/with-bit-vec-0.5"]
"with-chrono-0.4" = ["tokio-postgres/with-chrono-0.4"]
"with-eui48-0.4" = ["tokio-postgres/with-eui48-0.4"]
"with-geo-types-0.4" = ["tokio-postgres/with-geo-types-0.4"]
"with-bit-vec-0_5" = ["tokio-postgres/with-bit-vec-0_5"]
"with-chrono-0_4" = ["tokio-postgres/with-chrono-0_4"]
"with-eui48-0_4" = ["tokio-postgres/with-eui48-0_4"]
"with-geo-types-0_4" = ["tokio-postgres/with-geo-types-0_4"]
"with-serde_json-1" = ["tokio-postgres/with-serde_json-1"]
"with-uuid-0.7" = ["tokio-postgres/with-uuid-0.7"]
"with-uuid-0_7" = ["tokio-postgres/with-uuid-0_7"]
[dependencies]
bytes = "0.4"
fallible-iterator = "0.1"
futures = "0.1"
tokio-postgres = { version = "0.3", path = "../tokio-postgres", default-features = false }
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
tokio = { version = "0.1", optional = true }
lazy_static = { version = "1.0", optional = true }