From e91e80ad4ae3c9b560e189dcc8e9553014887b26 Mon Sep 17 00:00:00 2001 From: kazk Date: Sun, 29 Aug 2021 16:30:12 -0700 Subject: [PATCH] v0.7.0 - Add `POST /files` to manipulate remote files - Remove inactivity timeout --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f62c728..8d3378c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.6.1" +version = "0.7.0" dependencies = [ "argh", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 86d8de3..34aed76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.6.1" +version = "0.7.0" authors = ["kazk "] edition = "2018" license = "MIT"