Skip to content

Commit 4659690

Browse files
committed
test: Enable the wasmbind feature on indicatif for wasm
As of indicatif 0.18.4, this option must be enabled in able to build.
1 parent d4b13bd commit 4659690

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libm-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ gungraun = { workspace = true, optional = true }
2525

2626
[target.'cfg(target_family = "wasm")'.dependencies]
2727
getrandom = { workspace = true, features = ["wasm_js"] }
28+
indicatif = { workspace = true, features = ["wasmbind"] }
2829

2930
[build-dependencies]
3031
rand = { workspace = true, optional = true }

0 commit comments

Comments
 (0)