bump version
This commit is contained in:
parent
039a0dd630
commit
81202b9d57
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,4 +4,4 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "estring"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
estring = "0.2"
|
||||
estring = "0.3"
|
||||
```
|
||||
|
||||
A simple way to parse a string using type annotations.
|
||||
|
|
Reference in a new issue