rust-cli / confy

🛋 Zero-boilerplate configuration management in Rust
Other
907 stars 61 forks source link

Update dependencies fix #38 #40

Closed Zykino closed 3 years ago

Zykino commented 3 years ago

I updated to use the last version of directories-next (formerly using directories).

Also as I understand directories from the version 2 to 3 and directories-next from version 1 to 2 have both breaking changes regarding macos. I don't use macos so I am not sure to understand everything happening here (2 times the same change or opposites ones ?). Should we prevent users of confy ? How is it done usually ?