diff --git a/Cargo.lock b/Cargo.lock index 5dd7889..ca999dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "async-wsocket" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arti-client", "async-utility", diff --git a/Cargo.toml b/Cargo.toml index 142040e..b5c69c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-wsocket" -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "A convenience library for using websockets both in native and WASM environments! Include embedded tor client support." authors = ["Yuki Kishimoto "]