From b800ebd9ab624ca351fe22a7d7e574886ff4b6fa Mon Sep 17 00:00:00 2001 From: Gabriel Musat Mestre Date: Mon, 4 Aug 2025 12:06:18 +0200 Subject: [PATCH] Revert "Bump the MSRV due to transitive dependencies (#16728)" This reverts commit bd8fd295e672d1b5dbdca3027ca6be589a0fcbd5. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11cd3c637a971..ee9ceb78318c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,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.82.0" # Define DataFusion version version = "49.0.0"