Closed LeoniePhiline closed 10 months ago
Thanks for running the workflow!
I have adjusted the pull request with the following:
macos_fsevent
and macos_kqueue
features to be forwarded from debouncer crates to their notify
dependency.macos_fsevent
to notify
by default, as is notify
's default feature set.README
of both debouncers to mention enabling a backend of choice on MacOS if default features are disabled.notify-debouncer-mini
's README
formatting to match notify-debouncer-full
's README
.notify
.notify
feature check job names.)Workflow run 643 can be cancelled. See intermediate version missing a job condition predicate.
Workflow run 644 can be run.
This will be part of #525
Hi @0xpr03
Thanks for your review!
I have added an answer to your question, and in turn asked a clarifying question about your comment.
Debouncers used to install
crossbeam-channel
, due to keepingnotify
's default features enabled even if their own default features were disabled.With this change,
crossbeam-channel
will no longer be installed ifnotify-debouncer-*
as well asnotify
are installed withdefault-features = false
Fixes #549