Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop dirs in favor of home #71

Merged
merged 3 commits into from
Sep 8, 2024

Conversation

CosmicHorrorDev
Copy link
Collaborator

This replaces the usage of the dirs crate with home (sans a couple of cleanup commits)

The dirs crate somewhat recently decided to transitively pull in option-ext for "stylistic reasons" instead of using a trivial comparison. Frankly this is NodeJS levels of silliness that I won't entertain. The home crate does everything we need for our supported platforms, and is maintained by the Rust project whom I actually trust to be reasonable

@CosmicHorrorDev CosmicHorrorDev merged commit 551767d into WilliamVenner:master Sep 8, 2024
7 checks passed
@CosmicHorrorDev
Copy link
Collaborator Author

And here's the backlink

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.

1 participant