Use ws_stream_wasm fork

This commit is contained in:
bitfl0wer 2023-11-18 15:27:22 +01:00
parent 6e43b1f344
commit 43a692b37a
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -2761,8 +2761,7 @@ dependencies = [
[[package]] [[package]]
name = "ws_stream_wasm" name = "ws_stream_wasm"
version = "0.7.4" version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/bitfl0wer/ws_stream_wasm?branch=feature/generic-message#48185cdb77037a7b57e244568f5c398cbebf2647"
checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5"
dependencies = [ dependencies = [
"async_io_stream", "async_io_stream",
"futures", "futures",

View File

@ -54,7 +54,7 @@ sqlx = { version = "0.7.1", features = [
], optional = true } ], optional = true }
safina-timer = "0.1.11" safina-timer = "0.1.11"
rand = "0.8.5" 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] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]