From a875918488a3d13e8014b97162665d86cb108d48 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 4 Jan 2022 00:00:02 +0200 Subject: [PATCH] state msrv Following is 1.53 output Compiling clap_derive v3.0.0 error[E0658]: arbitrary expressions in key-value attributes are unstable --> /home/tshepang/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-3.0.0/src/lib.rs:16:10 | 16 | #![doc = include_str!("../README.md")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #78835 for more information --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0045ee8..7ed0bb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "post" version = "0.0.0" authors = ["Tshepang Lekhonkhobe "] edition = "2018" +rust-version = "1.54" [dependencies] anyhow = "1"