This is due to the outdated fs2's lack of support for that target. I've remediated this issue in #636 by upgrading the dependency to fs4, which also incidentally allows dropping some outdated transitive dependencies and improving lock behavior to bail on error instead of infinitely retrying.
This is due to the outdated
fs2's lack of support for that target. I've remediated this issue in #636 by upgrading the dependency tofs4, which also incidentally allows dropping some outdated transitive dependencies and improving lock behavior to bail on error instead of infinitely retrying.