From 554e09762ff1e20884285a8e120cb251c66e7918 Mon Sep 17 00:00:00 2001 From: Ivan Boldyrev Date: Wed, 4 Oct 2023 15:28:01 +0400 Subject: [PATCH] Fix wasm-tests --- wasm-tests/webtransport-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm-tests/webtransport-tests/Cargo.toml b/wasm-tests/webtransport-tests/Cargo.toml index 6c564281..945c6735 100644 --- a/wasm-tests/webtransport-tests/Cargo.toml +++ b/wasm-tests/webtransport-tests/Cargo.toml @@ -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 }