rust-fuse v0.2.7 Release Notes

Release Date: 2015-09-08 // over 8 years ago
    • ⚡️ Update to latest Rust stable - no longer needs nightly Rust
    • 🔀 A filesystem implementation doesn't need to be Send anymore to be mounted synchronously
    • A filesystem implementation doesn't need to be 'static anymore to be mounted asynchronously
    • 🐧 CI tests are covering nightly, beta and stable Rust under OSX and Linux now