misc: set msrv

This commit is contained in:
Kat Marchán 2023-03-31 22:13:12 -07:00
parent 498d2ec4bd
commit 7cdeb98dd7
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ readme = "README.md"
homepage = "https://kdl.dev"
repository = "https://github.com/kdl-org/kdl-rs"
keywords = ["kdl", "document", "serialization", "config"]
rust-version = "1.56.0"
edition = "2021"
[features]

1
clippy.toml Normal file
View File

@ -0,0 +1 @@
msrv = "1.56.0"