Skip to content

Commit

Permalink
Require wasm-bindgen-test 0.3.37.
Browse files Browse the repository at this point in the history
This is the minimum we've tested.
  • Loading branch information
briansmith committed Oct 13, 2023
1 parent aa01858 commit ff2cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ libc = { version = "0.2.148", default-features = false }
windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { version = "0.3.26", default-features = false }
wasm-bindgen-test = { version = "0.3.37", default-features = false }

[target.'cfg(any(unix, windows))'.dev-dependencies]
libc = { version = "0.2.148", default-features = false }
Expand Down

0 comments on commit ff2cc71

Please sign in to comment.