Skip to content

Commit

Permalink
chore: Remove rdkafka git dependency
Browse files Browse the repository at this point in the history
We were waiting for fede1024/rust-rdkafka#636 to
be merged, but then didn't follow up on this. Now we can finally
release rust-arroyo on crates.io
  • Loading branch information
untitaker committed Sep 25, 2024
1 parent d854000 commit 10a805a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chrono = "0.4.26"
coarsetime = "0.1.33"
once_cell = "1.18.0"
rand = "0.8.5"
rdkafka = { version = "0.36.1", features = ["cmake-build", "tracing"] }
rdkafka = { version = "0.36.2", features = ["cmake-build", "tracing"] }
sentry = { version = "0.32.0" }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
Expand All @@ -26,9 +26,6 @@ parking_lot = "0.12.1"
[dev-dependencies]
tracing-subscriber = "0.3.18"

[patch.crates-io]
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka" }

[[example]]
name = "base_processor"
path = "rust-arroyo/examples/base_processor.rs"
Expand Down

0 comments on commit 10a805a

Please sign in to comment.