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.