From 05b2a09236878bb04e0d7bc7e925c2c8899cf418 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 22 Jan 2015 00:05:54 -0800 Subject: [PATCH] Release v0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10549495..646b6444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres" -version = "0.5.0" +version = "0.5.1" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver"