chore(release): 0.4.2
CI / cargo fmt --check (push) Successful in 50s
CI / cargo clippy (push) Successful in 50s
CI / cargo test (push) Successful in 1m7s
CI / editor keymaps (push) Successful in 1m11s

This commit is contained in:
gitea-actions
2026-06-24 01:16:07 +00:00
parent 4a717bcb31
commit 0df72e52ea
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ name = "nuwiki-ls"
path = "src/main.rs"
[dependencies]
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.4.1" }
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.4.2" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-std"] }
+1 -1
View File
@@ -13,7 +13,7 @@ homepage.workspace = true
workspace = true
[dependencies]
nuwiki-core = { path = "../nuwiki-core", version = "0.4.1" }
nuwiki-core = { path = "../nuwiki-core", version = "0.4.2" }
tower-lsp = "0.20"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-std", "sync", "fs"] }
dashmap = "6"