From eccf51bde545f04e616866915c0a1aff80c170b2 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:20:45 -0500 Subject: [PATCH 1/2] Bump MSRV to 1.86.0 According to our MSRV policy we are able to do this because the last 4 minor versions are 1.86, 1.87, 1.88 and 1.89. 1.85 was released > 4 months ago. So it is fair game to do this bump. I would like to do the bump for https://github.com/apache/datafusion/pull/17201/ --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31db1acd380d..9215bd12df58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/apache/datafusion" # Define Minimum Supported Rust Version (MSRV) -rust-version = "1.85.1" +rust-version = "1.86.1" # Define DataFusion version version = "49.0.1" From 87460daab7ef3671b45380aa40cd632a1e35625f Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:21:53 -0500 Subject: [PATCH 2/2] fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9215bd12df58..e25314ed30c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/apache/datafusion" # Define Minimum Supported Rust Version (MSRV) -rust-version = "1.86.1" +rust-version = "1.86.0" # Define DataFusion version version = "49.0.1"