Skip to content

Commit

Permalink
Add rust-version, so that our MSRV is enforced by cargo:
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Nov 3, 2023
1 parent 4235b5b commit d3e6eb8
Show file tree
Hide file tree
Showing 4 changed files with 6 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
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).

## Unreleased

* Add cargo enforcement of MSRV of 1.61.

## 0.34.0 (2023-08-25)

* Update bundled librdkafka to 2.2.0.
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
2 changes: 2 additions & 0 deletions rdkafka-sys/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Add cargo enforcement of MSRV of 1.61.

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

* Upgrade to librdkafka v2.2.0.
Expand Down

0 comments on commit d3e6eb8

Please sign in to comment.