From 81202b9d5746602d6ef24b0c6da0040cf1fb3b74 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 28 Jul 2022 14:36:45 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4efb43..3aa3dea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "estring" -version = "0.2.1" +version = "0.3.0" diff --git a/Cargo.toml b/Cargo.toml index eae6d83..f445cae 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.2.1" +version = "0.3.0" edition = "2021" authors = ["Dmitriy Pleshevskiy "] readme = "README.md" diff --git a/README.md b/README.md index c0bec7e..cbe04b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -estring = "0.2" +estring = "0.3" ``` A simple way to parse a string using type annotations.