Skip to content

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
@tcharding tcharding deleted the 05-01-msrv-pin-deps branch May 2, 2024 04:47
heap-coder added a commit to heap-coder/rust-miniscript that referenced this pull request Sep 27, 2025
fb0fc1d0e2d5908cb1733de726ebec500f873acf CI: Pin cc for MSRV build (Tobin C. Harding)

Pull request description:

  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.

ACKs for top commit:
  apoelstra:
    ACK fb0fc1d0e2d5908cb1733de726ebec500f873acf

Tree-SHA512: 95b952ed2c5c3ac0580fbc1017b6fb8b50c6ced1b5b80b58749fa734b5256d03e82a9baa2305dc37a642d9ae732a60a0b68d783c88f54b480a91b1e1eaa86fe7
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