Cargo update will update proptest to the semver-compatible version 1.7, which depends on rand-0.9.1.
This causes compiler errors in incrementalmerkletree, due a conflict with its rand version of 0.8.5.
I think this will be fixed by #463.
Zaino has the same issue, which we're working around by pinning the proptest version to 1.2 in zingolabs/zaino#363.
Cargo update will update
proptestto the semver-compatible version 1.7, which depends on rand-0.9.1.This causes compiler errors in incrementalmerkletree, due a conflict with its rand version of 0.8.5.
I think this will be fixed by #463.
Zaino has the same issue, which we're working around by pinning the
proptestversion to 1.2 in zingolabs/zaino#363.