[PR #538] [MERGED] chore: Retire directories library #534

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

📋 Pull Request Information

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

Base: masterHead: bye_bye_directories


📝 Commits (1)

  • 8be6b2d chore: Retire directories library

📊 Changes

3 files changed (+7 additions, -94 deletions)

View changed files

📝 Cargo.lock (+4 -90)
📝 Cargo.toml (+0 -1)
📝 src/config.rs (+3 -3)

📄 Description

Only used in one place (less dependencies = good). Also directories has been retired as a github project. Easier to replace with std::env::home() which has all the functionality we need


🔄 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/538 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `bye_bye_directories` --- ### 📝 Commits (1) - [`8be6b2d`](https://github.com/bootandy/dust/commit/8be6b2d9cd280d3450bbc7899caf5d9d74e6bf61) chore: Retire directories library ### 📊 Changes **3 files changed** (+7 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -90) 📝 `Cargo.toml` (+0 -1) 📝 `src/config.rs` (+3 -3) </details> ### 📄 Description Only used in one place (less dependencies = good). Also directories has been retired as a github project. Easier to replace with std::env::home() which has all the functionality we need --- <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:11 +03:00
zhus closed this issue 2026-06-08 11:29:12 +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#534