Skip to content

Commit

Permalink
fix build error when compiling without cassandra-cpp driver installed (
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros authored Apr 18, 2023
1 parent 7849488 commit 97039c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotover-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ criterion = { git = "https://github.com/shotover/criterion.rs", branch = "0.4.0-
serial_test = "2.0.0"
rstest = "0.17.0"
cassandra-cpp = { version = "2.0.0" }
test-helpers = { path = "../test-helpers", features = ["cassandra-cpp-driver-tests"] }
test-helpers = { path = "../test-helpers" }
rdkafka = { version = "0.29", features = ["cmake-build"] }
redis.workspace = true
chacha20poly1305.workspace = true
Expand Down

0 comments on commit 97039c3

Please sign in to comment.