Skip to content

Commit

Permalink
fix(papyrus_load_test): activate missing dependency feature
Browse files Browse the repository at this point in the history
commit-id:640fe6f5
  • Loading branch information
Itay-Tsabary-Starkware committed Dec 10, 2024
1 parent d0481e1 commit 28c85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/papyrus_load_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 28c85c9

Please sign in to comment.