From 29bb726a6917da7f3a13d7e65fcd671073b852b3 Mon Sep 17 00:00:00 2001 From: zephyr Date: Sat, 9 Dec 2023 21:09:47 +0900 Subject: [PATCH] v0.6.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f58faa..8414e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightws" -version = "0.6.8" +version = "0.6.9" authors = ["zephyr "] description = "Lightweight websocket implement for stream transmission." repository = "https://github.com/zephyrchien/lightws"