Skip to content

Commit a875918

Browse files
committed
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 <rust-lang/rust#78835> for more information
1 parent a410a68 commit a875918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "post"
33
version = "0.0.0"
44
authors = ["Tshepang Lekhonkhobe <[email protected]>"]
55
edition = "2018"
6+
rust-version = "1.54"
67

78
[dependencies]
89
anyhow = "1"

0 commit comments

Comments
 (0)