Release tokio-postgres v0.1.0

This commit is contained in:
Steven Fackler 2016-12-26 16:47:22 -05:00
parent c62bedc4e4
commit 90bc787b75

View File

@ -23,7 +23,7 @@ with-openssl = ["tokio-openssl", "openssl"]
fallible-iterator = "0.1.3"
futures = "0.1.7"
futures-state-stream = "0.1"
postgres-shared = { path = "../postgres-shared" }
postgres-shared = { version = "0.1.0", path = "../postgres-shared" }
postgres-protocol = "0.2"
tokio-core = "0.1"
tokio-dns-unofficial = "0.1"