Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 6 additions & 0 deletions docs/source/library-user-guide/upgrading/55.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Loading