Skip to content

Commit

Permalink
Apply wasm-bindgen test coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 8, 2024
1 parent ae9800c commit 104de2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ tests-web = { path = "tests-web", default-features = false, features = ["run"] }

[patch.crates-io]
getrandom = { git = "https://github.com/daxpedda/getrandom", branch = "web-time" }
js-sys = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" }
serde_test = { git = "https://github.com/daxpedda/test", branch = "no_std" }
wasm-bindgen = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" }
wasm-bindgen-futures = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" }
wasm-bindgen-test = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" }
web-sys = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" }

[profile.test]
opt-level = 1
Expand Down

0 comments on commit 104de2f

Please sign in to comment.