From 863c7ad38b9906a32dcbd3fb6ee24fb7ae55a5ba Mon Sep 17 00:00:00 2001 From: Itay Tsabary Date: Tue, 10 Dec 2024 06:48:28 +0200 Subject: [PATCH] fix(papyrus_load_test): activate missing dependency feature commit-id:640fe6f5 --- crates/papyrus_load_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/papyrus_load_test/Cargo.toml b/crates/papyrus_load_test/Cargo.toml index b321a4481cc..ce1ffdaf6ae 100644 --- a/crates/papyrus_load_test/Cargo.toml +++ b/crates/papyrus_load_test/Cargo.toml @@ -17,7 +17,7 @@ rand.workspace = true reqwest.workspace = true serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true, features = ["arbitrary_precision"] } -starknet_api.workspace = true +starknet_api = { workspace = true, features = ["testing"] } tokio.workspace = true [dev-dependencies]