Skip to content

Commit

Permalink
scylla: Use Tokio test-utils only in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Oct 12, 2023
1 parent c2746af commit c7558af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scylla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ socket2 = { version = "0.5.3", features = ["all"] }
scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" }
ntest = "0.9.0"
criterion = "0.4" # Note: v0.5 needs at least rust 1.70.0
tokio = { version = "1.27", features = ["test-util"] }
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
assert_matches = "1.5.0"
rand_chacha = "0.3.1"
Expand Down

0 comments on commit c7558af

Please sign in to comment.