From 9cf2fbc34c2040ac0e8b63c9b8b524f2f8966dfe Mon Sep 17 00:00:00 2001 From: Eyal Kalderon Date: Tue, 28 Feb 2023 02:38:14 -0500 Subject: [PATCH] Bump tower-lsp version to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84b09fc..4b52b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-lsp" -version = "0.18.0" +version = "0.19.0" authors = ["Eyal Kalderon "] edition = "2021" description = "Language Server Protocol implementation based on Tower"