Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set fsevent-sys crate minor version #315

Conversation

NathanSWard
Copy link

Fixes #314

fsevent-sys recently released version "3.2", however this had a breaking change changing two parameters of their callback function from two *mut c_void to a u32 and u64 pointer.
Setting the version major & minor will help prevent breaking changes released in minor versions.

Note:
Another alternative is to update to "3.2" and fix the API accordingly, however this PR was the simplest.

@NathanSWard
Copy link
Author

It appears #313 would also be a viable fix to this, however this would be a simpler change as of now.

@0xpr03
Copy link
Member

0xpr03 commented May 12, 2021

Yeah apparently octplane/fsevent-rust#32 didn't change things according to semver.

@NathanSWard
Copy link
Author

Closing this in favor of: octplane/fsevent-rust#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

notify failing on MacOS with new fsevent-sys update
2 participants