diff --git a/Cargo.lock b/Cargo.lock index 18049f0..de269b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.12.1" @@ -445,7 +447,7 @@ dependencies = [ [[package]] name = "lsp-ws-proxy" -version = "0.6.0" +version = "0.6.1" dependencies = [ "argh", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 04e5688..35b1f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-ws-proxy" -version = "0.6.0" +version = "0.6.1" authors = ["kazk "] edition = "2018" license = "MIT"