Skip to content

Commit

Permalink
Release v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scanterog committed Nov 7, 2023
1 parent 573a02a commit d425a60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.35.0"
authors = ["Federico Giraud <[email protected]>"]
repository = "https://github.com/fede1024/rust-rdkafka"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ rust-version = "1.61"
members = ["rdkafka-sys"]

[dependencies]
rdkafka-sys = { path = "rdkafka-sys", version = "4.6.0", default-features = false }
rdkafka-sys = { path = "rdkafka-sys", version = "4.7.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
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).

## Unreleased

## 0.35.0 (2023-11-07)

* Update bundled librdkafka to 2.3.0.
* Add cargo enforcement of MSRV of 1.61.
* Derives serde::Serialize on Statistics

## 0.34.0 (2023-08-25)

Expand Down

0 comments on commit d425a60

Please sign in to comment.