Merge pull request #32 from pleshevskiy/doc

doc: change msrv in the readme
This commit is contained in:
Dmitriy Pleshevskiy 2022-07-24 15:56:58 +00:00 committed by GitHub
commit 2561610afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`.