diff --git a/crates/lsp-async-stub/Cargo.toml b/crates/lsp-async-stub/Cargo.toml index 277e07409..44201df01 100644 --- a/crates/lsp-async-stub/Cargo.toml +++ b/crates/lsp-async-stub/Cargo.toml @@ -3,7 +3,7 @@ authors = ["tamasfe"] description = "An LSP server stub for futures" edition = "2021" name = "lsp-async-stub" -version = "0.6.3" +version = "0.6.4" license = "MIT" repository = "https://github.com/tamasfe/taplo"