mirror of https://github.com/kdl-org/kdl-rs.git
chore: Release
This commit is contained in:
parent
30722e70f0
commit
d52d1702a8
|
|
@ -393,7 +393,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kdl"
|
name = "kdl"
|
||||||
version = "6.6.1"
|
version = "6.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"kdl 4.7.1",
|
"kdl 4.7.1",
|
||||||
"miette 7.6.0",
|
"miette 7.6.0",
|
||||||
|
|
@ -406,10 +406,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kdl-lsp"
|
name = "kdl-lsp"
|
||||||
version = "6.6.1"
|
version = "6.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dashmap 6.1.0",
|
"dashmap 6.1.0",
|
||||||
"kdl 6.6.1",
|
"kdl 6.7.0",
|
||||||
"miette 7.6.0",
|
"miette 7.6.0",
|
||||||
"ropey",
|
"ropey",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kdl"
|
name = "kdl"
|
||||||
version = "6.6.1"
|
version = "6.7.0"
|
||||||
description = "Document-oriented KDL parser and API. Allows formatting/whitespace/comment-preserving parsing and modification of KDL text."
|
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"]
|
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kdl-lsp"
|
name = "kdl-lsp"
|
||||||
version = "6.6.1"
|
version = "6.7.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "LSP Server for the KDL Document Language"
|
description = "LSP Server for the KDL Document Language"
|
||||||
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
|
authors = ["Kat Marchán <kzm@zkat.tech>", "KDL Community"]
|
||||||
|
|
@ -13,7 +13,7 @@ rust-version = "1.81"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
miette.workspace = true
|
miette.workspace = true
|
||||||
kdl = { version = "6.6.1", path = "../../", features = ["span", "v1-fallback"] }
|
kdl = { version = "6.7.0", path = "../../", features = ["span", "v1-fallback"] }
|
||||||
tower-lsp = "0.20.0"
|
tower-lsp = "0.20.0"
|
||||||
dashmap = "6.1.0"
|
dashmap = "6.1.0"
|
||||||
ropey = "1.6.1"
|
ropey = "1.6.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue