From e3afaf28aa0923f98a73e21a599e863e8c23e2c3 Mon Sep 17 00:00:00 2001 From: Markus Westerlind Date: Tue, 23 Aug 2022 10:49:08 +0200 Subject: [PATCH] (cargo-release) version 0.93.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b93d7ca..ffe2cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-types" -version = "0.93.0" +version = "0.93.1" authors = ["Markus Westerlind ", "Bruno Medeiros "] edition = "2018" description = "Types for interaction with a language server, using VSCode's Language Server Protocol"