notify-rs/notify

Prepare notify 7.0 release

dfaust opened this issue · 3 comments

The change of the event serialization (#558) requires a release of a new major version.
Are there other breaking changes that we should make before rolling a new release?

My suggestion:

  • Remove crossbeam-channel from the default features

#525 possibly

Also +1 for removing crossbeam channel.
It's a safe bet that it will be part of the std anyway.