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 20, 2023
1 parent 148d885 commit edce2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scylla-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ rand = "0.8.5"
assert_matches = "1.5.0"
ntest = "0.9.0"
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }

0 comments on commit edce2a4

Please sign in to comment.