Skip to content

Commit

Permalink
Specify the MSRV in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Dec 14, 2021
1 parent 923bede commit 6b9b259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
keywords = ["enum", "bitflag", "flag", "bitflags"]
documentation = "https://docs.rs/enumflags2"
edition = "2018"
rust-version = "1.41.1"

[dependencies.enumflags2_derive]
version = "=0.7.0"
Expand Down
1 change: 1 addition & 0 deletions enumflags_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/NieDzejkob/enumflags2"
keywords = ["enum", "bitflag", "flag", "bitflags"]
edition = "2018"
rust-version = "1.41.1"

[lib]
proc-macro = true
Expand Down

0 comments on commit 6b9b259

Please sign in to comment.