From 7cdeb98dd7b81f65531234757459b5c9476b7d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 31 Mar 2023 22:13:12 -0700 Subject: [PATCH] misc: set msrv --- Cargo.toml | 1 + clippy.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 clippy.toml diff --git a/Cargo.toml b/Cargo.toml index 08318bc..7ceb851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..0d369b5 --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +msrv = "1.56.0"