Skip to content

Rust version#1813

Merged
tmccombs merged 2 commits intosharkdp:masterfrom
tmccombs:rust-version
Oct 28, 2025
Merged

Rust version#1813
tmccombs merged 2 commits intosharkdp:masterfrom
tmccombs:rust-version

Conversation

@tmccombs
Copy link
Copy Markdown
Collaborator

@tmccombs tmccombs commented Oct 21, 2025

Update msrv to 1.90.0 and upgrade to 2024 edition

bump ignore to 0.4.24

This should hopefully fix some bugs around gitignore.

Also run cargo update to update the lockfile

@tmccombs tmccombs marked this pull request as ready for review October 23, 2025 05:42
@tmccombs tmccombs requested a review from tavianator October 23, 2025 05:44
This should hopefully fix some bugs around gitignore.

Also run `cargo update` to update the lockfile
And upgrade to 2024 edition
@tmccombs tmccombs merged commit d23ac06 into sharkdp:master Oct 28, 2025
18 checks passed
@tmccombs tmccombs deleted the rust-version branch October 28, 2025 05:57
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 24, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sharkdp/fd](https://github.com/sharkdp/fd) | minor | `v10.3.0` → `v10.4.2` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>sharkdp/fd (sharkdp/fd)</summary>

### [`v10.4.2`](https://github.com/sharkdp/fd/releases/tag/v10.4.2)

[Compare Source](sharkdp/fd@v10.4.1...v10.4.2)

#### Bugfixes

- Fixed performance regression due to `--ignore-contain`; see [#&#8203;1913](sharkdp/fd#1913) and [#&#8203;1914](sharkdp/fd#1914)

### [`v10.4.1`](https://github.com/sharkdp/fd/releases/tag/v10.4.1)

[Compare Source](sharkdp/fd@v10.4.0...v10.4.1)

This is just a re-release of 10.4.0 due to an issue with the 10.4.0 release.

### [`v10.4.0`](https://github.com/sharkdp/fd/releases/tag/v10.4.0)

[Compare Source](sharkdp/fd@v10.3.0...v10.4.0)

#### Features

- Add `--ignore-contain` option to ignore directories containing a named entry (e.g. to ignore [`CACHEDIR.TAG`](https://bford.info/cachedir/)); see [#&#8203;1727](sharkdp/fd#1727) ([@&#8203;fischman](https://github.com/fischman)).

#### Bugfixes

- Fix Windows hyperlink generation for paths with spaces. ([#&#8203;1872](sharkdp/fd#1872))

- `--print0` combined with `--exec` will now print a `\0` between the output of each entry. Note that if there are multiple instances
  of `--exec`, the `\0` will be between each *set* of commands, *not* between each individual command run. Fixes [#&#8203;1797](sharkdp/fd#1797).

- Several bugs were fixed by an update to the `ignore` library used for handling ignore rules
  - [#&#8203;1506](sharkdp/fd#1506)
  - [#&#8203;1667](sharkdp/fd#1667)
  - [#&#8203;1813](sharkdp/fd#1813)

#### Changes

- Minimum required rust version has been increased to 1.90.0. Notably, this means dropping fully support for intel Mac and Windows 7.
- Statically link the CRT for MSVC builds via Cargo config to avoid runtime DLL dependencies, see [#&#8203;1874](sharkdp/fd#1874) ([@&#8203;FidelSch](https://github.com/FidelSch))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42MS43IiwidXBkYXRlZEluVmVyIjoiNDMuNjEuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants