Skip to content

Commit fb9d725

Browse files
committed
chore: Release
1 parent 5eeb5e8 commit fb9d725

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kdl"
3-
version = "6.3.3"
3+
version = "6.4.0"
44
description = "Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text."
55
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
66
license = "Apache-2.0"

tools/kdl-lsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kdl-lsp"
3-
version = "6.3.3"
3+
version = "6.4.0"
44
edition = "2021"
55
description = "LSP Server for the KDL Document Language"
66
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
@@ -13,7 +13,7 @@ rust-version = "1.81"
1313

1414
[dependencies]
1515
miette.workspace = true
16-
kdl = { version = "6.3.3", path = "../../", features = ["span", "v1-fallback"] }
16+
kdl = { version = "6.4.0", path = "../../", features = ["span", "v1-fallback"] }
1717
tower-lsp = "0.20.0"
1818
dashmap = "6.1.0"
1919
ropey = "1.6.1"

0 commit comments

Comments
 (0)