From efa9729cd2bd128e3551f3c6330b6ab10e48fc1d Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Tue, 27 Apr 2021 07:25:11 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b3336a..8e573b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "lsp-server" -version = "0.5.0" +version = "0.5.1" authors = ["rust-analyzer developers"] repository = "https://github.com/rust-analyzer/lsp-server" license = "MIT OR Apache-2.0"