mirror of https://github.com/kdl-org/kdl-rs.git
misc: set msrv
This commit is contained in:
parent
498d2ec4bd
commit
7cdeb98dd7
|
|
@ -8,6 +8,7 @@ readme = "README.md"
|
||||||
homepage = "https://kdl.dev"
|
homepage = "https://kdl.dev"
|
||||||
repository = "https://github.com/kdl-org/kdl-rs"
|
repository = "https://github.com/kdl-org/kdl-rs"
|
||||||
keywords = ["kdl", "document", "serialization", "config"]
|
keywords = ["kdl", "document", "serialization", "config"]
|
||||||
|
rust-version = "1.56.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
msrv = "1.56.0"
|
||||||
Loading…
Reference in New Issue