From b7cf2ec6fd5fdf9dc036a601b147783fa9b8c116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 25 Jan 2025 12:16:52 -0800 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- tools/kdl-lsp/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c170b30..d62f47c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "KDL Community"] license = "Apache-2.0" diff --git a/tools/kdl-lsp/Cargo.toml b/tools/kdl-lsp/Cargo.toml index 19014d0..a3aed04 100644 --- a/tools/kdl-lsp/Cargo.toml +++ b/tools/kdl-lsp/Cargo.toml @@ -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 ", "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"