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

chore: fix building master branch #1768

Open
wants to merge 1 commit into
base: arc-to-rc
Choose a base branch
from
Open

chore: fix building master branch #1768

wants to merge 1 commit into from

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Jan 3, 2025

The current build fails due to:

error: package home v0.5.11 cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.70.0

This commit increases the Rust version from 1.70.0 to 1.81.0.

It also fixes all Clippy warnings that were introduced in the newer Rust versions.

@vmx
Copy link
Contributor Author

vmx commented Jan 3, 2025

The CI runners seem to have an issue. It looks like Rust wasn't installed by rustup, else I think the new version would be checked out automatically.

The current build fails due to:

error: package `home v0.5.11` cannot be built because it requires rustc 1.81
or newer, while the currently active rustc version is 1.70.0

This commit increases the Rust version from 1.70.0 to 1.81.0.

It also fixes all Clippy warnings that were introduced in the newer Rust versions.
@vmx vmx changed the base branch from master to arc-to-rc January 3, 2025 22:51
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.

1 participant