diff --git a/Cargo.lock b/Cargo.lock index d8a8369..0ef45b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "async-wsocket" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arti-client", "async-utility", diff --git a/Cargo.toml b/Cargo.toml index 245cb5e..2ef4fe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-wsocket" -version = "0.8.0" +version = "0.9.0" edition = "2021" description = "A convenience library for using websockets both in native and WASM environments! Include embedded tor client support." authors = ["Yuki Kishimoto "]