From 4fee6b8b7bd5480dd7bd52487b9d96409c8af500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 22 Dec 2024 12:53:27 -0800 Subject: [PATCH] chore: Release kdl version 6.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa5d56..e7e0f74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kdl" -version = "6.0.0" +version = "6.1.0" description = "Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text." authors = ["Kat Marchán ", "KDL Community"] license = "Apache-2.0" @@ -33,4 +33,4 @@ pretty_assertions = "1.3.0" # document all features all-features = true # defines the configuration attribute `docsrs` -rustdoc-args = ["--cfg", "docsrs"] \ No newline at end of file +rustdoc-args = ["--cfg", "docsrs"]