chore: Release kdl version 6.1.0

This commit is contained in:
Kat Marchán 2024-12-22 12:53:27 -08:00
parent 9aaebe799a
commit 4fee6b8b7b
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "kdl" 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." description = "Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text."
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"] authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
license = "Apache-2.0" license = "Apache-2.0"
@ -33,4 +33,4 @@ pretty_assertions = "1.3.0"
# document all features # document all features
all-features = true all-features = true
# defines the configuration attribute `docsrs` # defines the configuration attribute `docsrs`
rustdoc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"]