From 43a692b37a2d51e086eef35fd1860b64af74c801 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sat, 18 Nov 2023 15:27:22 +0100 Subject: [PATCH] Use ws_stream_wasm fork --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba6758d..0f342fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2761,8 +2761,7 @@ dependencies = [ [[package]] name = "ws_stream_wasm" version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" +source = "git+https://github.com/bitfl0wer/ws_stream_wasm?branch=feature/generic-message#48185cdb77037a7b57e244568f5c398cbebf2647" dependencies = [ "async_io_stream", "futures", diff --git a/Cargo.toml b/Cargo.toml index 5072d26..4ad1bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ sqlx = { version = "0.7.1", features = [ ], optional = true } safina-timer = "0.1.11" rand = "0.8.5" -ws_stream_wasm = "0.7.4" +ws_stream_wasm = { git = "https://github.com/bitfl0wer/ws_stream_wasm", branch = "feature/generic-message" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]