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 }