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

rustc: bump min version to 1.60 #2055

Closed
wants to merge 1 commit into from

Conversation

thillux
Copy link

@thillux thillux commented Oct 12, 2023

The currently tested min version of 1.56 does no longer compile. Due to the transitive dependency log, set the min version to 1.60. The most recent bindgen target <= is 1.59.

$ cargo +1.56.0 build --release
error: package log v0.4.20 cannot be built because it requires rustc 1.60.0 or newer, while the currently active rustc version is 1.56.0

The currently tested min version of 1.56 does no longer compile.
Due to the transitive dependency log, set the min version to 1.60.
The most recent bindgen target <= is 1.59.

$ cargo +1.56.0 build --release
error: package `log v0.4.20` cannot be built because it requires rustc 1.60.0 or newer, while the currently active rustc version is 1.56.0

Signed-off-by: Markus Theil <[email protected]>
@alex
Copy link
Collaborator

alex commented Oct 13, 2023

There are semver compatible versions of log that support 1.56, so I don't think this is strictly required.

@thillux thillux closed this Oct 14, 2023
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