doc: change msrv in the readme

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-24 18:56:24 +03:00
parent ceb97c5c86
commit bcb61d9c75
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ fn main() -> Result<(), enve::Error> {
## Installation
The MSRV is 1.39.0
The MSRV is 1.51.0
Add `enve = { version = "0.1", features = ["prim", "vec"] }` as a dependency in
`Cargo.toml`.