From 0768703bdb3880faee39a6aa64307c5160eb3f4e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 4 Jan 2015 08:09:44 -0800 Subject: [PATCH] Release v0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fce9eef..df12cc76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres" -version = "0.4.2" +version = "0.4.3" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver"