From 6fd331b135748440d2bdabbc816ad881efc744e0 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Wed, 9 Mar 2022 12:31:31 -0600 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 442a9e4..d06822c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "actix-ws" description = "Websockets for the Actix runtime, without Actors" -version = "0.2.0" +version = "0.2.1" authors = ["asonix "] readme = "README.md" repository = "https://git.asonix.dog/asonix/actix-actorless-websockets"