Skip to content

Commit 6b9b259

Browse files
committed
Specify the MSRV in Cargo.toml
1 parent 923bede commit 6b9b259

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
keywords = ["enum", "bitflag", "flag", "bitflags"]
1010
documentation = "https://docs.rs/enumflags2"
1111
edition = "2018"
12+
rust-version = "1.41.1"
1213

1314
[dependencies.enumflags2_derive]
1415
version = "=0.7.0"

enumflags_derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
repository = "https://github.com/NieDzejkob/enumflags2"
88
keywords = ["enum", "bitflag", "flag", "bitflags"]
99
edition = "2018"
10+
rust-version = "1.41.1"
1011

1112
[lib]
1213
proc-macro = true

0 commit comments

Comments
 (0)