diff --git a/Cargo.lock b/Cargo.lock index 6abe741..18049f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.5.0" +version = "0.6.0" dependencies = [ "argh", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 492eba6..04e5688 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.5.0" +version = "0.6.0" authors = ["kazk "] edition = "2018" license = "MIT"