bump version

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-28 14:36:45 +03:00
parent 039a0dd630
commit 81202b9d57
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -4,4 +4,4 @@ version = 3
[[package]]
name = "estring"
version = "0.2.1"
version = "0.3.0"

View File

@ -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 <dmitriy@ideascup.me>"]
readme = "README.md"

View File

@ -7,7 +7,7 @@
```toml
[dependencies]
estring = "0.2"
estring = "0.3"
```
A simple way to parse a string using type annotations.