From 4bef1c8469e6ff1d28f078005715f6776dc5b3ef Mon Sep 17 00:00:00 2001 From: kozabrada123 Date: Sun, 24 Nov 2024 08:00:28 +0100 Subject: [PATCH] fix: wildcard dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eced124e..a3c1a6ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ getrandom = { version = "0.2.15" } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2.15", features = ["js"] } ws_stream_wasm = "0.7.4" -pharos = "*" # This is a dependency of ws_stream_wasm, we are including it to interface with that library +pharos = "0.5.3" # This is a dependency of ws_stream_wasm, we are including it to interface with that library wasm-bindgen-futures = "0.4.43" wasmtimer = "0.4.0"