Skip to content

Commit 25048a2

Browse files
committed
Add warning for removal of dataframes cargo feature
1 parent 93631c6 commit 25048a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blog/2024-05-28-nushell_0_94_0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Nu 0.94.0 is available as [pre-built binaries](https://github.com/nushell/nushel
1818

1919
As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.
2020

21+
::: warning
22+
The `dataframes` cargo feature [has been removed in this release](#removal-of-deprecated-features-toc), after being deprecated in 0.93.0. You may need to modify your build scripts if you have been building Nushell from source.
23+
:::
24+
2125
# Table of content
2226

2327
- [_Themes of this release / New features_](#themes-of-this-release-new-features-toc)

0 commit comments

Comments
 (0)