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
Hello! I'm coming to this repo from rust-lang/rust#99389, and am making an issue for etcommon-block, etcommon-block-core, etcommon-rlp, etcommon-trie, etcommon-trie-test.
These were all crates that depend on elastic-array-plus in a way that will panic in future rust.
It looks like elastic-array-plus is just an array vec, so any array vector crate would work to replace it. https://crates.io/crates/arrayvec might be a good choice.
The text was updated successfully, but these errors were encountered:
Hello! I'm coming to this repo from rust-lang/rust#99389, and am making an issue for etcommon-block, etcommon-block-core, etcommon-rlp, etcommon-trie, etcommon-trie-test.
These were all crates that depend on elastic-array-plus in a way that will panic in future rust.
It looks like elastic-array-plus is just an array vec, so any array vector crate would work to replace it. https://crates.io/crates/arrayvec might be a good choice.
The text was updated successfully, but these errors were encountered: