From 95d20d95bac83cdfd8d27d6ccc2f31d9a98e33c6 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 21 Jul 2022 18:55:16 +0300 Subject: [PATCH] doc: fix MSRV --- README.md | 2 +- examples/rocket/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4be7be0..c0ffd50 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/examples/rocket/Cargo.toml b/examples/rocket/Cargo.toml index ea6fe78..6d06eb3 100644 --- a/examples/rocket/Cargo.toml +++ b/examples/rocket/Cargo.toml @@ -2,7 +2,7 @@ name = "itconfig-rocket-example" version = "0.1.0" authors = ["Dmitriy Pleshevskiy "] -edition = "2021" +edition = "2018" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html