Require wasm-bindgen-test 0.3.37.

This is the minimum we've tested.
This commit is contained in:
Brian Smith 2023-10-13 13:39:40 -07:00
parent aa01858787
commit ff2cc71e94

View File

@ -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 }