diff --git a/Cargo.lock b/Cargo.lock index 908616d..f9f4dd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,11 +376,11 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "nuwiki-core" -version = "0.4.1" +version = "0.4.2" [[package]] name = "nuwiki-ls" -version = "0.4.1" +version = "0.4.2" dependencies = [ "nuwiki-lsp", "tokio", @@ -388,7 +388,7 @@ dependencies = [ [[package]] name = "nuwiki-lsp" -version = "0.4.1" +version = "0.4.2" dependencies = [ "async-trait", "dashmap 6.1.0", diff --git a/Cargo.toml b/Cargo.toml index 3577483..f29f391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.83" authors = ["Gabriel Fróes Franco "] diff --git a/crates/nuwiki-ls/Cargo.toml b/crates/nuwiki-ls/Cargo.toml index 2e3725f..9ee85a7 100644 --- a/crates/nuwiki-ls/Cargo.toml +++ b/crates/nuwiki-ls/Cargo.toml @@ -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"] } diff --git a/crates/nuwiki-lsp/Cargo.toml b/crates/nuwiki-lsp/Cargo.toml index cddea7c..fc35afa 100644 --- a/crates/nuwiki-lsp/Cargo.toml +++ b/crates/nuwiki-lsp/Cargo.toml @@ -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" diff --git a/plugin/nuwiki.vim b/plugin/nuwiki.vim index 6704940..2545872 100644 --- a/plugin/nuwiki.vim +++ b/plugin/nuwiki.vim @@ -15,7 +15,7 @@ let g:loaded_nuwiki = 1 " Plugin version, surfaced by :VimwikiShowVersion / :NuwikiShowVersion. " Set before the Neovim early-return below so both clients see the global. if !exists('g:nuwiki_version') - let g:nuwiki_version = '0.4.1' + let g:nuwiki_version = '0.4.2' endif " Resolve the plugin root NOW, while this script is being sourced and