h4llow3En / mac-notification-sys

✉️ A simple wrapper to deliver or schedule macOS Notifications in Rust
98 stars 30 forks source link

Replace dependency on dirs with dirs-next #26

Closed andytom closed 3 years ago

andytom commented 3 years ago

The dirs crate is not maintained any more; it is generally recommended to use the dirs-next which should be a drop in replacement instead. Is this a change that you would be willing to accept? If so I can open a PR to make this change.