Skip to content

Commit cb69574

Browse files
authored
Add MSRV bump to 1.86.0 to upgrade guide (#17406)
1 parent 03f39e5 commit cb69574

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
**Note:** DataFusion `50.0.0` has not been released yet. The information provided in this section pertains to features and changes that have already been merged to the main branch and are awaiting release in this version.
2525
You can see the current [status of the `50.0.0 `release here](https://github.com/apache/datafusion/issues/16799)
2626

27+
### `MSRV` updated to 1.86.0
28+
29+
The Minimum Supported Rust Version (MSRV) has been updated to [`1.86.0`].
30+
See [#17230] for details.
31+
32+
[`1.86.0`]: https://releases.rs/docs/1.86.0/
33+
[#17230]: https://github.com/apache/datafusion/pull/17230
34+
2735
### `ScalarUDFImpl`, `AggregateUDFImpl` and `WindowUDFImpl` traits now require `PartialEq`, `Eq`, and `Hash` traits
2836

2937
To address error-proneness of `ScalarUDFImpl::equals`, `AggregateUDFImpl::equals`and

0 commit comments

Comments
 (0)