Skip to content

Commit

Permalink
Merge pull request #623 from fede1024/davidblewett/add-msrv-rust-version
Browse files Browse the repository at this point in the history
Add rust-version, so that our MSRV is enforced by cargo:
  • Loading branch information
davidblewett committed Nov 6, 2023
2 parents b125267 + d12dd2d commit b3f3201
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["kafka", "rdkafka"]
categories = ["api-bindings"]
edition = "2018"
exclude = ["Cargo.lock"]
rust-version = "1.61"

[workspace]
members = ["rdkafka-sys"]
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
## Unreleased

* Update bundled librdkafka to 2.3.0.
* Add cargo enforcement of MSRV of 1.61.

## 0.34.0 (2023-08-25)

Expand Down
1 change: 1 addition & 0 deletions rdkafka-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "Native bindings to the librdkafka library"
keywords = ["kafka", "rdkafka"]
categories = ["external-ffi-bindings"]
edition = "2018"
rust-version = "1.61"

[dependencies]
num_enum = "0.5.0"
Expand Down
1 change: 1 addition & 0 deletions rdkafka-sys/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* Upgrade to librdkafka v2.3.0.
* Add cargo enforcement of MSRV of 1.61.

## v4.6.0+2.2.0 (2023-08-25)

Expand Down

0 comments on commit b3f3201

Please sign in to comment.