build: Add a missing dependency on wiremock even when testing feature is not enabled

This commit is contained in:
Andy Balaam 2024-03-18 14:28:01 +00:00 committed by Benjamin Bouvier
parent 818a435f9e
commit 9d281937d5
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ wasm-bindgen-test = "0.3.33"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
wiremock = { version = "0.5.13" }
[[test]]
name = "integration"