Skip to content

Commit

Permalink
Bump librdkafka to dev_bug_offsetforleaderepoch branch to pick up
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Sep 22, 2023
1 parent be26f99 commit 29d6c18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.34.0"
version = "0.34.1"
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.6.0", default-features = false }
rdkafka-sys = { path = "rdkafka-sys", version = "4.6.1", 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
2 changes: 1 addition & 1 deletion rdkafka-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdkafka-sys"
version = "4.6.0+2.2.0"
version = "4.6.1+2.2.0"
authors = ["Federico Giraud <giraud.federico@gmail.com>"]
build = "build.rs"
links = "rdkafka"
Expand Down
2 changes: 1 addition & 1 deletion rdkafka-sys/librdkafka

0 comments on commit 29d6c18

Please # to comment.