[PR #533] [MERGED] Update directories from 4 to 6 #532

Closed
opened 2026-06-08 11:29:10 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/533
Author: @musicinmybrain
Created: 11/7/2025
Status: Merged
Merged: 11/21/2025
Merged by: @bootandy

Base: masterHead: dirs6


📝 Commits (1)

  • 47a66ae Update directories from 4 to 6

📊 Changes

2 files changed (+38 additions, -11 deletions)

View changed files

📝 Cargo.lock (+37 -10)
📝 Cargo.toml (+1 -1)

📄 Description

Update the directories dependency to the latest and final version, 6.0.0.

The SemVer-breaking change in directories 6 is just that dirs-sys is updated to 0.5, which, in turn, is just due to updating some platform-specific dependencies. There are therefore no API changes we need to worry about here. The update from directories 4 to 5 was similar: https://github.com/dirs-dev/directories-rs/tree/4d76f1a5a0a979de3cac4c1ffb53c8b5a6f481a7?tab=readme-ov-file#6

Note that the repository for directories is archived, so it might be time to start thinking about a maintained alternative.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/533 **Author:** [@musicinmybrain](https://github.com/musicinmybrain) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `dirs6` --- ### 📝 Commits (1) - [`47a66ae`](https://github.com/bootandy/dust/commit/47a66aecca6e9fdb2faa2ae0ae1aa57ba7f9c47b) Update directories from 4 to 6 ### 📊 Changes **2 files changed** (+38 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+37 -10) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Update the `directories` dependency to the latest and final version, 6.0.0. The SemVer-breaking change in `directories` 6 is just that `dirs-sys` is updated to 0.5, which, in turn, is just due to [updating some platform-specific dependencies](https://github.com/dirs-dev/dirs-sys-rs/compare/f369f0904bec9833572f24c988c7e48454173983...8bcd4aa2c35990d57a2cff2953793525fc42709c). There are therefore no API changes we need to worry about here. The update from `directories` 4 to 5 was similar: https://github.com/dirs-dev/directories-rs/tree/4d76f1a5a0a979de3cac4c1ffb53c8b5a6f481a7?tab=readme-ov-file#6 Note that the [repository for `directories` is archived](https://github.com/dirs-dev/directories-rs), so it might be time to start thinking about a maintained alternative. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:29:10 +03:00
zhus closed this issue 2026-06-08 11:29:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#532