From 091606ee3e9227d37f75a468bf1cc8e76016ce5e Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Wed, 27 Nov 2024 13:58:23 +0100 Subject: [PATCH] Bump to 0.10.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]