From 6360f9d08ec633370684d961133eb1c60ea32c55 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 19 May 2024 17:50:30 +0300 Subject: [PATCH] cargo version --- ng-client-ws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-client-ws/Cargo.toml b/ng-client-ws/Cargo.toml index 6bbc007..6578a9b 100644 --- a/ng-client-ws/Cargo.toml +++ b/ng-client-ws/Cargo.toml @@ -35,4 +35,4 @@ features = ["js"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.7" -async-tungstenite = { git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] } +async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] }