Skip to content

cargo update causes compiler errors in incrementalmerkletree #468

@AloeareV

Description

@AloeareV

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions