Skip to content

Commit

Permalink
update madsim-rdkafka to fix missing apis
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Jan 5, 2024
1 parent 600300a commit 1df7136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
44 changes: 6 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ aws-types = "1"
etcd-client = { package = "madsim-etcd-client", version = "0.4" }
futures-async-stream = "0.2.9"
hytra = "0.1"
rdkafka = { package = "madsim-rdkafka", version = "0.3.0", features = [
rdkafka = { package = "madsim-rdkafka", version = "0.3.1", features = [
"cmake-build",
] }
hashbrown = { version = "0.14.0", features = [
Expand Down

0 comments on commit 1df7136

Please sign in to comment.