Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

Update Nix to the latest, which changes error types #5

Closed asomers closed 3 years ago

asomers commented 3 years ago

Nix 0.22.0 implements From in both directions between Nix::Error and io::Error.

asomers commented 3 years ago

I have tested that this change successfully cross-compiles with the tokio-runtime. I couldn't get it to work with the async-std runtime. And I haven't done any runtime testing.

Sherlock-Holo commented 3 years ago

Thanks for your contribution! Now we don't need this convert function to do this job