Closed tats-u closed 2 years ago
Thanks for the report!
std::error::Error
compatibility was fixed a while back, I plain missed to create a new release.
0.8.0 is out now - please let me know if you have any further issues.
I also took the opportunity to add a test to ensure the anyhow result conversion works. https://github.com/manuel-woelker/rust-vfs/commit/d7c478e90da69ef55cecd89f2df95763da70fc78#diff-97e25e2a0e41c578875856e97b659be2719a65227c104b992e3144efa000c35e
@manuel-woelker It works! Thank you for your fast response.
From 0.6.0,
VfsResult
cannot be unwrapped using the?
operator in functions that returnanyhow::Result
. Due to this, I cannot help using the version 0.5.2.I think that it is a regression and due to https://github.com/manuel-woelker/rust-vfs/issues/25.