chore(deps): migrate dirs_next to dirs#9929
Conversation
|
I'm not familiar with the changes dirs made in version 3 and 4 ( |
Looking at https://docs.rs/dirs-next/latest/dirs_next/fn.config_dir.html vs https://docs.rs/dirs/latest/dirs/fn.config_dir.html, they look the same, no?
Same, https://docs.rs/dirs-next/latest/dirs_next/fn.executable_dir.html vs https://docs.rs/dirs/latest/dirs/fn.executable_dir.html. Am I missing something obvious here? |
|
Ah, never mind the mac one, it's already changed to this directory in dirs-next 2.0, it's a breaking change in dirs 3.0, didn't look too closely at the time About the linux one, I just don't know what does this mean, maybe there's nothing to be worried about
|
Reference: #6063