From 3125683cd2c816df1e8af43a6ee603e728bd6684 Mon Sep 17 00:00:00 2001 From: Abdullah Sabaa Allil <36844223+Abdullahsab3@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:01:04 +0200 Subject: [PATCH] Update README.md Update the MSRV of Rust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6070ef6a7..333fb5140 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ re-exported as rdkafka features. ### Minimum supported Rust version (MSRV) -The current minimum supported Rust version (MSRV) is 1.61.0. Note that +The current minimum supported Rust version (MSRV) is 1.70.0. Note that bumping the MSRV is not considered a breaking change. Any release of rust-rdkafka may bump the MSRV.