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"