From b63f30f4200ab0e6bbd273d7599a64159a4a78fc Mon Sep 17 00:00:00 2001 From: kazk Date: Sat, 19 Sep 2020 23:03:42 -0700 Subject: [PATCH] v0.4.1 - Updated dependencies --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a9f891..f85203e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.4.0" +version = "0.4.1" dependencies = [ "argh", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index f2f8e0d..18b911a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.4.0" +version = "0.4.1" authors = ["kazk "] edition = "2018" license = "MIT"