doc: fix the MSRV
This commit is contained in:
parent
13c7bcd04d
commit
b93c4efaa7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ You can use custom types as annotations! Just implement `TryFrom<EString>`!
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
**The MSRV is 1.51.0**
|
**The MSRV is 1.59.0**
|
||||||
|
|
||||||
Add `estring = { version = "0.1", features = ["vec", "number"] }` as a
|
Add `estring = { version = "0.1", features = ["vec", "number"] }` as a
|
||||||
dependency in `Cargo.toml`.
|
dependency in `Cargo.toml`.
|
||||||
|
|
Reference in a new issue