Skip to content

Commit

Permalink
scylla-proxy: Add Tokio signal feature to dev deps
Browse files Browse the repository at this point in the history
Some examples in scylla-proxy use tokio::signal, but this feature is not
enabled in dependencies, and this prevents running cargo test in
scylla-proxy directory. For some reason cargo test works when run in
workspace, I'm not sure why that is the case.
  • Loading branch information
Lorak-mmk committed Nov 21, 2023
1 parent 3d58669 commit 7092296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scylla-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ rand = "0.8.5"
assert_matches = "1.5.0"
ntest = "0.9.0"
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
tokio = { version = "1.12", features = ["signal"] }

0 comments on commit 7092296

Please sign in to comment.