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

Update versions #60

Closed
wants to merge 1 commit into from
Closed

Update versions #60

wants to merge 1 commit into from

Conversation

michavie
Copy link

@michavie michavie commented May 26, 2024

Builds using > 0.50.2 of mx-sdk-rs fail due to not having diagnostics attributes available in nightly. However, it is available in the latest rust stable release: https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html#diagnostic-attributes

This PR is mostly a reminder to update versions to the latest & stable – feel free to merge or push further changes.

@andreibancioiu
Copy link
Contributor

Hello @michavie,

Thank you 🙏 🎉

I think we'd like to have this as v7.0.0, though (we'll merge it, then adjust the tag).

ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v6.1.2"
ARG VERSION_RUST="nightly-2023-12-11"
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v6.2.0"
ARG VERSION_RUST="stable"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll also use an actual, fixed version here.

@@ -1,12 +1,12 @@
FROM ubuntu:22.04

# Constants
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v6.1.2"
ARG VERSION_RUST="nightly-2023-12-11"
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v6.2.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most probably, we want this to be v7.0.0.

@michavie michavie closed this May 27, 2024
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 this pull request may close these issues.

None yet

2 participants