Skip to content

Commit b3f3201

Browse files
authored
Merge pull request #623 from fede1024/davidblewett/add-msrv-rust-version
Add rust-version, so that our MSRV is enforced by cargo:
2 parents b125267 + d12dd2d commit b3f3201

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["kafka", "rdkafka"]
1010
categories = ["api-bindings"]
1111
edition = "2018"
1212
exclude = ["Cargo.lock"]
13+
rust-version = "1.61"
1314

1415
[workspace]
1516
members = ["rdkafka-sys"]

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
55
## Unreleased
66

77
* Update bundled librdkafka to 2.3.0.
8+
* Add cargo enforcement of MSRV of 1.61.
89

910
## 0.34.0 (2023-08-25)
1011

rdkafka-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Native bindings to the librdkafka library"
1010
keywords = ["kafka", "rdkafka"]
1111
categories = ["external-ffi-bindings"]
1212
edition = "2018"
13+
rust-version = "1.61"
1314

1415
[dependencies]
1516
num_enum = "0.5.0"

rdkafka-sys/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
* Upgrade to librdkafka v2.3.0.
6+
* Add cargo enforcement of MSRV of 1.61.
67

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

0 commit comments

Comments
 (0)