From d38f09956323a75c032fdffdaccfcf9385112f13 Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Thu, 16 Jul 2026 19:58:08 +0900 Subject: [PATCH] Bump MSRV from `1.88.0` to `1.94.0` --- Cargo.toml | 2 +- docs/source/library-user-guide/upgrading/55.0.0.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fef23162ffac4..c4938b35582ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/apache/datafusion" # Define Minimum Supported Rust Version (MSRV) -rust-version = "1.88.0" +rust-version = "1.94.0" # Define DataFusion version version = "54.0.0" diff --git a/docs/source/library-user-guide/upgrading/55.0.0.md b/docs/source/library-user-guide/upgrading/55.0.0.md index f7d2745549c99..764fa55bea4ea 100644 --- a/docs/source/library-user-guide/upgrading/55.0.0.md +++ b/docs/source/library-user-guide/upgrading/55.0.0.md @@ -591,3 +591,9 @@ metadata and schema fingerprint match. - Pass the current schema fingerprint to `CachedFileMetadata::is_valid_for`. See [PR #23201](https://github.com/apache/datafusion/pull/23201) for details. + +### `MSRV` updated to 1.94.0 + +The Minimum Supported Rust Version (MSRV) has been updated to [`1.94.0`]. + +[`1.94.0`]: https://releases.rs/docs/1.94.0/