From 507992014d86783a93b8415650a6a456b52dda46 Mon Sep 17 00:00:00 2001 From: David Blewett Date: Mon, 25 Nov 2024 06:54:16 -0500 Subject: [PATCH] Bump due to API breakage from the ` ConsumerContext::rebalance` trait change. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a257e3861..a1ac22448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" [[package]] name = "rdkafka" -version = "0.36.3" +version = "0.37.0" dependencies = [ "async-std", "backon", diff --git a/Cargo.toml b/Cargo.toml index f556eb443..020bc60fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdkafka" -version = "0.36.3" +version = "0.37.0" authors = ["Federico Giraud "] repository = "https://github.com/fede1024/rust-rdkafka" readme = "README.md"