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

View file

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