Skip to content

Commit d425a60

Browse files
committed
Release v0.35.0
1 parent 573a02a commit d425a60

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdkafka"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Federico Giraud <[email protected]>"]
55
repository = "https://github.com/fede1024/rust-rdkafka"
66
readme = "README.md"
@@ -16,7 +16,7 @@ rust-version = "1.61"
1616
members = ["rdkafka-sys"]
1717

1818
[dependencies]
19-
rdkafka-sys = { path = "rdkafka-sys", version = "4.6.0", default-features = false }
19+
rdkafka-sys = { path = "rdkafka-sys", version = "4.7.0", default-features = false }
2020
futures-channel = "0.3.0"
2121
futures-executor = { version = "0.3.0", optional = true }
2222
futures-util = { version = "0.3.0", default-features = false }

changelog.md

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

55
## Unreleased
66

7+
## 0.35.0 (2023-11-07)
8+
79
* Update bundled librdkafka to 2.3.0.
810
* Add cargo enforcement of MSRV of 1.61.
11+
* Derives serde::Serialize on Statistics
912

1013
## 0.34.0 (2023-08-25)
1114

0 commit comments

Comments
 (0)