From 7d215c876f656f5a1451b02ac1de9952edc6c9ab Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 27 Jul 2022 18:54:20 +0300 Subject: [PATCH] doc: update version in readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51c8529..cdfe1c3 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.0" +version = "0.2.1" edition = "2021" authors = ["Dmitriy Pleshevskiy "] readme = "README.md" diff --git a/README.md b/README.md index e233ce4..ecd68e1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -estring = "0.1" +estring = "0.2" ``` A simple way to parse a string using type annotations.