mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 20:21:21 +00:00
Fix wasm-tests
This commit is contained in:
parent
afde3f84a6
commit
554e09762f
@ -9,7 +9,7 @@ publish = false
|
|||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
getrandom = { version = "0.2.9", features = ["js"] }
|
getrandom = { version = "0.2.9", features = ["js"] }
|
||||||
libp2p-core = { workspace = true }
|
libp2p-core = { workspace = true }
|
||||||
libp2p-identity = { workspace = true }
|
libp2p-identity = { workspace = true, features = ["rand"] }
|
||||||
libp2p-noise = { workspace = true }
|
libp2p-noise = { workspace = true }
|
||||||
libp2p-webtransport-websys = { workspace = true }
|
libp2p-webtransport-websys = { workspace = true }
|
||||||
multiaddr = { workspace = true }
|
multiaddr = { workspace = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user