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

Set rust toolchain version to nightly 2023-11-10 #97

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Conversation

d-sonuga
Copy link
Contributor

@d-sonuga d-sonuga commented Feb 6, 2025

For #96.

rust-toolchain.toml uses the latest nightly version instead of a fixed one. This PR temporarily solves the problem of the failing lint by setting the rust version to one in which the lint is absent instead of modifying the code. Updating the rust toolchain versions used across dusk crates will be done as a separate issue dusk-network/rusk#3470.

As mentioned in dusk-network/safe#27, most dusk crates use a rust version nightly-2023-11-10, so that is the version chosen to be used here, too.

@d-sonuga d-sonuga merged commit fae69a8 into main Feb 7, 2025
5 checks passed
@d-sonuga d-sonuga deleted the fix-rust-version branch February 7, 2025 09:08
@d-sonuga d-sonuga linked an issue Feb 7, 2025 that may be closed by this pull request
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.

Failing Clippy Check CI
3 participants