1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore(actix-ws): prepare release 0.3.0

This commit is contained in:
Rob Ede
2024-07-20 07:24:20 +01:00
parent 24f3985eab
commit 95f4e0f692
3 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "actix-ws"
version = "0.2.0"
version = "0.3.0"
description = "WebSockets for Actix Web, without actors"
categories = ["web-programming::websocket"]
keywords = ["actix", "web", "websocket", "websockets", "http"]
keywords = ["actix", "web", "websocket", "websockets", "streaming"]
authors = [
"asonix <asonix@asonix.dog>",
"Rob Ede <robjtede@icloud.com>",