Skip to content

Commit 87105bc

Browse files
committed
Bump librdkafka to 2.3.0.
1 parent 93e6cd4 commit 87105bc

File tree

5 files changed

+298
-22
lines changed

5 files changed

+298
-22
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
44

55
## Unreleased
66

7+
* Update bundled librdkafka to 2.3.0.
8+
79
## 0.34.0 (2023-08-25)
810

911
* Update bundled librdkafka to 2.2.0.

rdkafka-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdkafka-sys"
3-
version = "4.6.0+2.2.0"
3+
version = "4.6.0+2.3.0"
44
authors = ["Federico Giraud <[email protected]>"]
55
build = "build.rs"
66
links = "rdkafka"

rdkafka-sys/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Upgrade to librdkafka v2.3.0.
6+
57
## v4.6.0+2.2.0 (2023-08-25)
68

79
* Upgrade to librdkafka v2.2.0.

rdkafka-sys/librdkafka

0 commit comments

Comments
 (0)