Fix wasm-tests

This commit is contained in:
Ivan Boldyrev 2023-10-04 15:28:01 +04:00
parent afde3f84a6
commit 554e09762f

View File

@ -9,7 +9,7 @@ publish = false
futures = "0.3.28"
getrandom = { version = "0.2.9", features = ["js"] }
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-noise = { workspace = true }
libp2p-webtransport-websys = { workspace = true }
multiaddr = { workspace = true }