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"