doc: fix MSRV
This commit is contained in:
parent
60de8fcc38
commit
95d20d95ba
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ of it I decided to create my own library.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
These macros require a Rust compiler version 1.31 or newer.
|
The MSRV is 1.39.0
|
||||||
|
|
||||||
Add `itconfig = { version = "1.0", features = ["macro"] }` as a dependency in
|
Add `itconfig = { version = "1.0", features = ["macro"] }` as a dependency in
|
||||||
`Cargo.toml`.
|
`Cargo.toml`.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "itconfig-rocket-example"
|
name = "itconfig-rocket-example"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||||
edition = "2021"
|
edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Reference in a new issue