chore(release): 0.4.1
CI / cargo clippy (push) Successful in 50s
CI / cargo fmt --check (push) Successful in 55s
CI / cargo test (push) Successful in 1m4s
CI / editor keymaps (push) Successful in 1m40s

This commit is contained in:
gitea-actions
2026-06-24 00:10:33 +00:00
parent a653903dba
commit f1494dd2fc
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.0" }
nuwiki-lsp = { path = "../nuwiki-lsp", version = "0.4.1" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "io-std"] }