doc: fix the MSRV

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-25 13:32:05 +03:00
parent 13c7bcd04d
commit b93c4efaa7
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ You can use custom types as annotations! Just implement `TryFrom<EString>`!
## Installation
**The MSRV is 1.51.0**
**The MSRV is 1.59.0**
Add `estring = { version = "0.1", features = ["vec", "number"] }` as a
dependency in `Cargo.toml`.