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

CI: Pin cc for MSRV build #678

Merged
merged 1 commit into from
May 1, 2024

Conversation

tcharding
Copy link
Member

The cc dependency just stopped working for MSRV build with error

error: package `cc v1.0.96` cannot be built because it requires
rustc 1.63 or newer, while the currently active rustc version is
1.56.1

Pin cc back to an earlier version for MSRV build.

The `cc` dependency just stopped working for MSRV build with error

    error: package `cc v1.0.96` cannot be built because it requires
    rustc 1.63 or newer, while the currently active rustc version is
    1.56.1

Pin `cc` back to an earlier version for MSRV build.
@apoelstra
Copy link
Member

Thanks for being on top of this!

And the new cargo error messages are nice. It's clear that it's a deliberate decision by upstream and it's clear what the issue is.

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK fb0fc1d

@apoelstra apoelstra merged commit 3e74aae into rust-bitcoin:master May 1, 2024
16 checks passed
@tcharding tcharding deleted the 05-01-msrv-pin-deps branch May 2, 2024 04:47
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