multiformats / rust-cid

CID in rust
86 stars 49 forks source link

fix: the arb feature needs more multihash features #133

Closed vmx closed 1 year ago

vmx commented 1 year ago

The arb feature of CID requires the default code table of multihash, hence the multihash-impl feature of multihash needs to be enabled.

This fixes a build failure in libipld.

vmx commented 1 year ago

The passing (else failing) libipld CI job is at https://github.com/ipld/libipld/actions/runs/3874773679/jobs/6606410329