Skip to content

Commit

Permalink
fix: wildcard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 authored Nov 24, 2024
1 parent 08f7d4c commit 27e7323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 27e7323

Please sign in to comment.