tokahuke / yaque

Yaque is yet another disk-backed persistent queue for Rust.
Other
79 stars 11 forks source link

cannot find function `immediate_watcher` in crate `notify` #14

Closed farss closed 3 months ago

tokahuke commented 2 years ago

Oh, hello @farss . Sorry for the late response. Is this a compilation error that you are getting from the yaque crate or from your code? I remember that I was using a release candidate for notify, so a version bump may be in order.

edisno commented 2 years ago

Same problem here :( Perhaps release a new version?

netguy204 commented 2 years ago

Same problem here also but not in your latest unreleased version. Please release.

netguy204 commented 2 years ago

I'm wrong. Your latest update doesn't fix the issue. immediate_watcher was renamed to recommended_watcher in notify here. PR coming soon.

tokahuke commented 2 years ago

@netguy204 I have just merged your PR.

barafael commented 3 months ago

@tokahuke may this issue be closed then?