From 4be339e3bfe9dde223b83ddb8c25fc91cb75a9a1 Mon Sep 17 00:00:00 2001 From: Alex Dukhno <5074607+alex-dukhno@users.noreply.github.com> Date: Sun, 14 Mar 2021 11:01:16 +0200 Subject: [PATCH] update version (#30) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1c7ee1..f961443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_wire" -version = "0.5.0" +version = "0.6.0" description = "Server Side implementation of PostgreSQL Wire Protocol" license = "Apache-2.0" repository = "https://github.com/alex-dukhno/pg_wire"