Skip to content

Commit

Permalink
Upgrade version of rdkafka library example
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Petilli <davide@petilli.me>
  • Loading branch information
k3rn31 committed Apr 19, 2024
1 parent 7ea5fc5 commit ee507df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/rdkafka-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ serde_json = "^1.0"
futures = "^0.3"
tokio = { version = "^1.0", features = ["full"] }
clap = "2.33.1"
rdkafka = { version = "^0.29", features = ["cmake-build"] }
rdkafka = { version = "^0.36", features = ["cmake-build"] }

0 comments on commit ee507df

Please sign in to comment.