Skip to content

Commit

Permalink
chore: Release kdl version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 22, 2024
1 parent 9aaebe7 commit 4fee6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "KDL Community"]
license = "Apache-2.0"
Expand Down Expand Up @@ -33,4 +33,4 @@ pretty_assertions = "1.3.0"
# document all features
all-features = true
# defines the configuration attribute `docsrs`
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 4fee6b8

Please sign in to comment.