Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jan 17, 2025
1 parent 84b2678 commit 2072c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kdl"
version = "6.3.1"
version = "6.3.2"
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
4 changes: 2 additions & 2 deletions tools/kdl-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kdl-lsp"
version = "6.3.1"
version = "6.3.2"
edition = "2021"
description = "LSP Server for the KDL Document Language"
authors = ["Kat Marchán <[email protected]>", "KDL Community"]
Expand All @@ -13,7 +13,7 @@ rust-version = "1.71.1"

[dependencies]
miette.workspace = true
kdl = { version = "6.3.1", path = "../../", features = ["span", "v1-fallback"] }
kdl = { version = "6.3.2", path = "../../", features = ["span", "v1-fallback"] }
tower-lsp = "0.20.0"
dashmap = "6.1.0"
ropey = "1.6.1"
Expand Down

0 comments on commit 2072c66

Please sign in to comment.