chore: Release

This commit is contained in:
Kat Marchán 2025-01-25 12:16:52 -08:00
parent e28470a670
commit b7cf2ec6fd
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "kdl"
version = "6.3.2"
version = "6.3.3"
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"]
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "kdl-lsp"
version = "6.3.2"
version = "6.3.3"
edition = "2021"
description = "LSP Server for the KDL Document Language"
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
@ -13,7 +13,7 @@ rust-version = "1.71.1"
[dependencies]
miette.workspace = true
kdl = { version = "6.3.2", path = "../../", features = ["span", "v1-fallback"] }
kdl = { version = "6.3.3", path = "../../", features = ["span", "v1-fallback"] }
tower-lsp = "0.20.0"
dashmap = "6.1.0"
ropey = "1.6.1"