doc: change msrv in the readme
This commit is contained in:
parent
ceb97c5c86
commit
bcb61d9c75
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
Reference in a new issue