Release postgres-shared v0.3.0

This commit is contained in:
Steven Fackler
2017-06-11 13:06:26 -07:00
parent 6cf1eeb457
commit 138f89993c
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "postgres-shared"
version = "0.2.1"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Internal crate used by postgres and postgres-tokio"
@@ -20,7 +20,7 @@ with-uuid = ["uuid"]
hex = "0.2"
fallible-iterator = "0.1.3"
phf = "=0.7.21"
postgres-protocol = { version = "0.2", path = "../postgres-protocol" }
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
bit-vec = { version = "0.4", optional = true }
chrono = { version = "0.3", optional = true }

View File

@@ -52,8 +52,8 @@ rustc-serialize = { version = "0.3", optional = true }
schannel = { version = "0.1", optional = true }
security-framework = { version = "0.1.2", optional = true }
postgres-protocol = { version = "0.2.2", path = "../postgres-protocol" }
postgres-shared = { version = "0.2.1", path = "../postgres-shared" }
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
postgres-shared = { version = "0.3.0", path = "../postgres-shared" }
[dev-dependencies]
hex = "0.2"

View File

@@ -30,8 +30,8 @@ bytes = "0.4"
fallible-iterator = "0.1.3"
futures = "0.1.7"
futures-state-stream = "0.1"
postgres-protocol = { version = "0.2.2", path = "../postgres-protocol" }
postgres-shared = { version = "0.2.1", path = "../postgres-shared" }
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
postgres-shared = { version = "0.3.0", path = "../postgres-shared" }
tokio-core = "0.1"
tokio-dns-unofficial = "0.1"
tokio-io = "0.1"