From 8856bee006baa5da29cfb172f3ad4fb4ccde9911 Mon Sep 17 00:00:00 2001 From: Alex Dukhno <5074607+alex-dukhno@users.noreply.github.com> Date: Wed, 4 Nov 2020 12:43:22 +0200 Subject: [PATCH] bump 0.3.0 version (#15) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b19548c..92f3426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_wire" -version = "0.2.1" +version = "0.3.0" description = "Server Side implementation of PostgreSQL Wire Protocol" license = "Apache-2.0" repository = "https://github.com/alex-dukhno/pg_wire"