Skip to content

Commit

Permalink
add wasm feature on WASM for timed-map (#2306)
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan authored Dec 26, 2024
1 parent 10711a2 commit d90170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokio = { version = "1.20", default-features = false }
futures-rustls = "0.22"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
libp2p = { git = "https://github.com/KomodoPlatform/rust-libp2p.git", tag = "k-0.52.11", default-features = false, features = ["identify", "floodsub", "noise", "gossipsub", "ping", "request-response", "secp256k1", "wasm-ext", "wasm-ext-websocket", "macros", "yamux"] }
timed-map = { version = "1.1.1", features = ["rustc-hash"] }
timed-map = { version = "1.1.1", features = ["rustc-hash", "wasm"] }

[dev-dependencies]
async-std = "1.6.2"
Expand Down

0 comments on commit d90170b

Please sign in to comment.