project-machine / puzzlefs

Apache License 2.0
378 stars 18 forks source link

Fix build with latest nightly compiler #106

Closed ariel-miculas closed 10 months ago

ariel-miculas commented 10 months ago

The latest thiserror version updated its code to nightly's new Error::provide API, see: https://github.com/dtolnay/thiserror/commit/8a95c2583e291bdb18f1cd0fb8600a65cc1866b6

Update to latest thiserror version to fix the build issues. Remove feature provide_any which is no longer supported.