doc: fix MSRV

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-21 18:55:16 +03:00
parent 60de8fcc38
commit 95d20d95ba
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ of it I decided to create my own library.
## 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
`Cargo.toml`.

View File

@ -2,7 +2,7 @@
name = "itconfig-rocket-example"
version = "0.1.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2021"
edition = "2018"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html