From e180358d4f9c6bb67fad2a36f79026e0142aed77 Mon Sep 17 00:00:00 2001 From: Eyal Kalderon Date: Fri, 21 Aug 2020 03:12:36 +0800 Subject: [PATCH] Bump crate version to 0.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bc8f311..0c6a1daa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-lsp" -version = "0.13.0" +version = "0.13.1" authors = ["Eyal Kalderon "] edition = "2018" description = "Language Server Protocol implementation based on Tower"