You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #140 is merged, only the Arbitrary implementations require the multihash-codetable. That's quite a big dependency, hence it would make sense to hard-code the codec and use the sha2 crate directly.
This way multihash-codetable can be moved into the dev-dependency section.
The text was updated successfully, but these errors were encountered:
Once #140 is merged, only the
Arbitrary
implementations require themultihash-codetable
. That's quite a big dependency, hence it would make sense to hard-code the codec and use thesha2
crate directly.This way
multihash-codetable
can be moved into the dev-dependency section.The text was updated successfully, but these errors were encountered: