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
Additionally, we should install sc-meta using --locked - to protect against eventual upcoming breaking changes (brought by direct or indirect dependencies of sc-meta):
cargo install multiversx-sc-meta --locked
As of 31st December of 2023, installation of sc-meta is broken due to a breaking change within the ahash library (dependency of hashbrown):
Unfortunately, it seems that upgrading Rust cannot be postponed too much.
https://github.com/multiversx/mx-sdk-rs/blob/master/.github/workflows/actions.yml#L18
Additionally, we should install
sc-meta
using--locked
- to protect against eventual upcoming breaking changes (brought by direct or indirect dependencies ofsc-meta
):As of 31st December of 2023, installation of
sc-meta
is broken due to a breaking change within theahash
library (dependency ofhashbrown
):The text was updated successfully, but these errors were encountered: