Skip to content

Commit b7cf2ec

Browse files
committed
chore: Release
1 parent e28470a commit b7cf2ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

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

tools/kdl-lsp/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kdl-lsp"
3-
version = "6.3.2"
3+
version = "6.3.3"
44
edition = "2021"
55
description = "LSP Server for the KDL Document Language"
66
authors = ["Kat Marchán <[email protected]>", "KDL Community"]
@@ -13,7 +13,7 @@ rust-version = "1.71.1"
1313

1414
[dependencies]
1515
miette.workspace = true
16-
kdl = { version = "6.3.2", path = "../../", features = ["span", "v1-fallback"] }
16+
kdl = { version = "6.3.3", 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)