Skip to content

Commit

Permalink
(analytics) use tokio of workspace fo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epappas committed Nov 25, 2024
1 parent c4b24e1 commit 1f4ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/analytics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ async-trait = "0.1.77"
rain_orderbook_subgraph_client = { workspace = true }

[dev-dependencies]
tokio = { version = "1.0", features = ["full", "test-util"] }
tokio = { workspace = true, features = ["full"] }
reqwest = { workspace = true }

0 comments on commit 1f4ac29

Please sign in to comment.