Update MacOs compatibility to use more recent FUSE extension #157
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The cask
osxfuse
is still on version 3.x of the library. This is pretty outdated, since there's already a 4.0.5. I updated the README to use another cask calledmacfuse
which corresponds to the newer version of osxfuse. It seems that while moving up in versions, they also changed the library package name to "fuse" as on other platforms, instead of the previous "osxfuse". Hence, I also updated thebuild.rs
file to be able to build on the newer version.Instead of just changing the name, we could also implement a check for both names:
osxfuse
andfuse
when building on MacOS. I am happy to adapt this PR if you want.With this new library version, the crate builds perfectly fine on the new Apple Silicon MacBooks 👍