Skip to content

Commit ba8796e

Browse files
authored
Bump MSRV from 1.88.0 to 1.94.0 (#23632)
see previous bump - #18403 honestly my main motivation was i was using a feature from `1.89.0` apparently for #23631 and realized we hadn't bumped this in a while if we prefer to be more conservative with msrv bumps (i.e. only bump if a dependency requires it or we see a really useful feature/lib function in newer versions) then i'm fine with leaving it and altering my PR above, but in the past we usually kept up to date with bumping our msrv
1 parent f4f43f7 commit ba8796e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ license = "Apache-2.0"
7878
readme = "README.md"
7979
repository = "https://github.com/apache/datafusion"
8080
# Define Minimum Supported Rust Version (MSRV)
81-
rust-version = "1.88.0"
81+
rust-version = "1.94.0"
8282
# Define DataFusion version
8383
version = "54.1.0"
8484

docs/source/library-user-guide/upgrading/55.0.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,3 +776,9 @@ async fn plan_extension(
776776
```
777777

778778
See [PR #23649](https://github.com/apache/datafusion/pull/23649) for details.
779+
780+
### `MSRV` updated to 1.94.0
781+
782+
The Minimum Supported Rust Version (MSRV) has been updated to [`1.94.0`].
783+
784+
[`1.94.0`]: https://releases.rs/docs/1.94.0/

0 commit comments

Comments
 (0)