From 3f291da997afaa1d108485f878ec3fc82e8e2fe7 Mon Sep 17 00:00:00 2001 From: kazk Date: Mon, 14 Sep 2020 18:56:35 -0700 Subject: [PATCH] v0.3.1 - Refactored `main` - Remove unnecessary `if let` - Reduce repetition - Clean up comments and variable names --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6e4c58..2fd4152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.3.0" +version = "0.3.1" dependencies = [ "argh", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index e443c17..f08cf05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.3.0" +version = "0.3.1" authors = ["kazk "] edition = "2018" license = "MIT"