-
Notifications
You must be signed in to change notification settings - Fork 221
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
Rust 1.75.0 #1673
Conversation
Signed-off-by: salaheldinsoliman <[email protected]>
Signed-off-by: salaheldinsoliman <[email protected]>
Signed-off-by: salaheldinsoliman <[email protected]>
.github/workflows/release.yml
Outdated
@@ -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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if possible, yes please
There was a problem hiding this comment.
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]>
Looks good, let's merge :) |
ead7929
into
hyperledger-solang:main
Update to Rust 1.75.0