From 138f89993c00861130bac6f690bcf837b5fef397 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 11 Jun 2017 13:06:26 -0700 Subject: [PATCH] Release postgres-shared v0.3.0 --- postgres-shared/Cargo.toml | 4 ++-- postgres/Cargo.toml | 4 ++-- tokio-postgres/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/postgres-shared/Cargo.toml b/postgres-shared/Cargo.toml index 2d0b98b09..035ef0ad6 100644 --- a/postgres-shared/Cargo.toml +++ b/postgres-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-shared" -version = "0.2.1" +version = "0.3.0" authors = ["Steven Fackler "] 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 } diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 57147cccf..d57af88d4 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -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" diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 7c2a08600..17a1cea7e 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -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"