The crypto-common crate depends on generic-array@0.14 which was deprecated a couple of hours ago (see fizyk20/generic-array@d859e59).
Should the dependency be updated to generic-array@1?
I noticed in some other places we migrated from generic-array to hybrid-array instead. Would that be a better direction?
In any case, I supposed this will require a breaking change release for the crypto-common crate and probably all crates depending on it too, since generic-array is used in the public API of the crypto-common crate.
/cc @tarcieri
The
crypto-commoncrate depends ongeneric-array@0.14which was deprecated a couple of hours ago (see fizyk20/generic-array@d859e59).Should the dependency be updated to
generic-array@1?I noticed in some other places we migrated from
generic-arraytohybrid-arrayinstead. Would that be a better direction?In any case, I supposed this will require a breaking change release for the
crypto-commoncrate and probably all crates depending on it too, sincegeneric-arrayis used in the public API of thecrypto-commoncrate./cc @tarcieri