From fc0019368aa77373b7a33d090b877cf1e1b5e415 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 22 Aug 2018 22:36:05 -0700 Subject: [PATCH] Release postgres-shared 0.4.2 --- postgres-shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-shared/Cargo.toml b/postgres-shared/Cargo.toml index 29803eceb..523c2e81d 100644 --- a/postgres-shared/Cargo.toml +++ b/postgres-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-shared" -version = "0.4.1" +version = "0.4.2" authors = ["Steven Fackler "] license = "MIT" description = "Internal crate used by postgres and postgres-tokio"