Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use newer Rust: nightly-2023-12-11. Apply "--locked" when installing sc-meta. #383

Closed
andreibancioiu opened this issue Jan 2, 2024 · 0 comments · Fixed by #384
Closed

Comments

@andreibancioiu
Copy link
Contributor

andreibancioiu commented Jan 2, 2024

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 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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant