Skip to content

Commit

Permalink
Release v0.34.0, with librdkafka v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Aug 21, 2023
1 parent 9652479 commit 40ebb66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdkafka"
version = "0.33.2"
version = "0.34.0"
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
repository = "https://github.com/fede1024/rust-rdkafka"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ exclude = ["Cargo.lock"]
members = ["rdkafka-sys"]

[dependencies]
rdkafka-sys = { path = "rdkafka-sys", version = "4.5.0", default-features = false }
rdkafka-sys = { path = "rdkafka-sys", version = "4.6.0", default-features = false }
futures-channel = "0.3.0"
futures-executor = { version = "0.3.0", optional = true }
futures-util = { version = "0.3.0", default-features = false }
Expand Down

0 comments on commit 40ebb66

Please sign in to comment.