feat: v0.1.4, update dependencies, add peer exit message

This commit is contained in:
2023-06-02 01:30:19 +08:00
parent 8f88f834ac
commit 7eb6509ff6
4 changed files with 274 additions and 304 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "room-rs"
version = "0.1.3"
version = "0.1.4"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
@@ -10,9 +10,9 @@ edition = "2018"
rust_util = "0.6"
simpledateformat = "0.1"
chrono = "0.4"
tungstenite = {version = "0.13", default-features = false}
tokio-tungstenite = "0.14"
tokio = { version = "1.0", features = ["full"]}
tungstenite = {version = "0.19", default-features = false}
tokio-tungstenite = "0.19"
tokio = { version = "1.28", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"
futures-channel = "0.3"