From 984e0c8fbfcbee26ea07b938d76e5670e12e74d8 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 27 Jul 2022 16:29:56 +0300 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87630ff..51c8529 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "estring" description = "A simple way to parse a string using type annotations" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["Dmitriy Pleshevskiy "] readme = "README.md"