doc: update version in readme
This commit is contained in:
parent
984e0c8fbf
commit
7d215c876f
2 changed files with 2 additions and 2 deletions
|
@ -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 <dmitriy@ideascup.me>"]
|
||||
readme = "README.md"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
estring = "0.1"
|
||||
estring = "0.2"
|
||||
```
|
||||
|
||||
A simple way to parse a string using type annotations.
|
||||
|
|
Reference in a new issue