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

Rust 1.75.0 #1673

Conversation

salaheldinsoliman
Copy link
Contributor

@salaheldinsoliman salaheldinsoliman commented Nov 12, 2024

Update to Rust 1.75.0

Signed-off-by: salaheldinsoliman <[email protected]>
Signed-off-by: salaheldinsoliman <[email protected]>
@salaheldinsoliman salaheldinsoliman changed the title Update rust version Rust 1.82.0 Nov 12, 2024
Signed-off-by: salaheldinsoliman <[email protected]>
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@1.74.0
- uses: dtolnay/rust-toolchain@1.82.0
Copy link
Contributor

Choose a reason for hiding this comment

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

1.75 should suffice here and everywhere below (keep the 1.82.0 fixes though).

Problem is that you are forcing anyone who uses the solang or solang-parser crate to update to 1.82.0, when it should work with older versions.

Copy link
Contributor Author

@salaheldinsoliman salaheldinsoliman Nov 12, 2024

Choose a reason for hiding this comment

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

Solang depends on a crate which requires 1.75.0: https://github.com/hyperledger-solang/solang/actions/runs/11792189166/job/32845426354?pr=1664#step:8:457

Should I upgrade to 1.75.0 instead?

Copy link
Contributor

Choose a reason for hiding this comment

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

if possible, yes please

Copy link
Contributor

Choose a reason for hiding this comment

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

so it should be the lowest version that works

Signed-off-by: salaheldinsoliman <[email protected]>
@salaheldinsoliman salaheldinsoliman changed the title Rust 1.82.0 Rust 1.75.0 Nov 12, 2024
@seanyoung
Copy link
Contributor

Looks good, let's merge :)

@salaheldinsoliman salaheldinsoliman merged commit ead7929 into hyperledger-solang:main Nov 12, 2024
16 of 18 checks passed
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.

2 participants