From 979de8e77d365af4630607dfdc721d5d9aeea42e Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Fri, 23 Jun 2023 01:16:33 +0300 Subject: [PATCH] dependency to tungstenite-rs changed to nextgraph branch --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa51f66..664b55b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,8 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project-lite = "0.2" [dependencies.tungstenite] -version = "0.19" +git = "https://git.nextgraph.org/NextGraph/tungstenite-rs.git" +branch = "nextgraph" default-features = false [dependencies.async-std]