Skip to content

Commit 1586b56

Browse files
chore: add required features
1 parent d196b6d commit 1586b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ic-agent/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ web-sys = { version = "0.3", features = ["Window"], optional = true }
9393

9494
[dev-dependencies]
9595
serde_json.workspace = true
96-
criterion = "0.5"
9796

9897
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
9998
tokio = { workspace = true, features = ["full"] }
10099
mockito = "1.0.2"
100+
criterion = "0.5"
101101

102102
[target.'cfg(target_family = "wasm")'.dev-dependencies]
103103
wasm-bindgen-test = "0.3.34"
@@ -144,4 +144,5 @@ features = ["hyper"]
144144
[[bench]]
145145
name = "perf_route_provider"
146146
path = "benches/perf_route_provider.rs"
147+
required-features = ["bench"]
147148
harness = false

0 commit comments

Comments
 (0)