Skip to content

Commit 2d949e1

Browse files
alambfindepicomphead
authored
Add note to upgrade guide about MSRV update (#16845)
* Add note to upgrade guide about MSRV update * Fix copy-paste error Co-authored-by: Oleks V <[email protected]> --------- Co-authored-by: Piotr Findeisen <[email protected]> Co-authored-by: Oleks V <[email protected]>
1 parent 1b6a382 commit 2d949e1

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 `49.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 `49.0.0 `release here](https://github.com/apache/datafusion/issues/16235)
2626

27+
### `MSRV` updated to 1.85.1
28+
29+
The Minimum Supported Rust Version (MSRV) has been updated to [`1.85.1`]. See
30+
[#16728] for details.
31+
32+
[`1.85.1`]: https://releases.rs/docs/1.85.1/
33+
[#16728]: https://github.com/apache/datafusion/pull/16728
34+
2735
### `DataFusionError` variants are now `Box`ed
2836

2937
To reduce the size of `DataFusionError`, several variants that were previously stored inline are now `Box`ed. This reduces the size of `Result<T, DataFusionError>` and thus stack usage and async state machine size. Please see [#16652] for more details.

0 commit comments

Comments
 (0)