You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-06-10-nushell_0_105_1.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,11 @@ As part of this release, we also publish a set of optional [plugins](https://www
18
18
19
19
# Table of contents
20
20
21
-
<!-- TODO: once all the content below is finished and committed, `use nu_scripts/make_release/release-note/notes.nu *` and run `write-toc $this_file`. -->
21
+
-[_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc)
22
+
-[_Reverted `coreutils` to fix `cargo install`_](#reverted-coreutils-to-fix-cargo-install-toc)
23
+
-[_Full changelog_](#full-changelog-toc)
22
24
23
-
# Highlights and themes of this release
25
+
# Highlights and themes of this release[[toc](#table-of-contents)]
24
26
25
27
<!-- NOTE: if you wanna write a section about a breaking change, when it's a very important one,
26
28
please add the following snippet to have a "warning" banner :)
@@ -36,7 +38,7 @@ As part of this release, we also publish a set of optional [plugins](https://www
36
38
for the list of available *containers*
37
39
-->
38
40
39
-
## Reverted `coreutils` to fix `cargo install`
41
+
## Reverted `coreutils` to fix `cargo install`[[toc](#table-of-contents)]
40
42
41
43
Bumping `coreutils` to 0.1.0 broke `cargo install nu`.
42
44
The new version requires the `PROJECT_NAME_FOR_VERSION_STRING` environment variable at build time, which we had set in our `.cargo/config.toml`.
@@ -49,7 +51,7 @@ As a result, we published a version that couldn't be installed without setting t
49
51
For now, we've reverted [#15896](https://github.com/nushell/nushell/pull/15896) in [#15932](https://github.com/nushell/nushell/pull/15932).
50
52
We'll bump `coreutils` again once they’ve sorted out a fix.
0 commit comments