secp-sys: change symbol names to 0_6_1 from 0_5_0#490
Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom Oct 12, 2022
Merged
secp-sys: change symbol names to 0_6_1 from 0_5_0#490apoelstra merged 1 commit intorust-bitcoin:masterfrom
0_6_1 from 0_5_0#490apoelstra merged 1 commit intorust-bitcoin:masterfrom
Conversation
Needed to build secp-sys 0.5 and secp-sys 0.6 in the same tree. Fixes rust-bitcoin#489. This PR can be reproduced by running ./vendor-libsecp.sh depend/ 0_6_1 a1102b1 in the secp256k1-sys directory.
Member
Author
|
Published. Checked that rust-bitcoin still builds and I didn't somehow break it. |
Member
Author
|
Not going to bother yanking 0.6.0. It's not actually harmful for people to use it. |
chain-forgexcr45
added a commit
to chain-forgexcr45/rust-secp256k1
that referenced
this pull request
Sep 28, 2025
…to `0_6_1` from `0_5_0`
91f10965b3947b0b1b00bc6b63664f9001090a40 secp-sys: change symbol names to `0_6_1` from `0_5_0` (Andrew Poelstra)
Pull request description:
Needed to build secp-sys 0.5 and secp-sys 0.6 in the same tree. Fixes #489.
This PR can be reproduced by running
./vendor-libsecp.sh depend/ 0_6_1 a1102b12196ea27f44d6201de4d25926a2ae9640
in the secp256k1-sys directory.
ACKs for top commit:
elichai:
tACK 91f10965b3947b0b1b00bc6b63664f9001090a40
Tree-SHA512: 0ce5149c9c4b7b44592dec84f1a6348f62437e679c15300efe0e2cc55ced5746e6061c596c83e18428841efb7df07c5cb443a0fd81800dc2a05da9a4f7a07c1a
william2332-limf
added a commit
to william2332-limf/rust-secp256k1
that referenced
this pull request
Oct 2, 2025
…to `0_6_1` from `0_5_0`
91f10965b3947b0b1b00bc6b63664f9001090a40 secp-sys: change symbol names to `0_6_1` from `0_5_0` (Andrew Poelstra)
Pull request description:
Needed to build secp-sys 0.5 and secp-sys 0.6 in the same tree. Fixes #489.
This PR can be reproduced by running
./vendor-libsecp.sh depend/ 0_6_1 a1102b12196ea27f44d6201de4d25926a2ae9640
in the secp256k1-sys directory.
ACKs for top commit:
elichai:
tACK 91f10965b3947b0b1b00bc6b63664f9001090a40
Tree-SHA512: 0ce5149c9c4b7b44592dec84f1a6348f62437e679c15300efe0e2cc55ced5746e6061c596c83e18428841efb7df07c5cb443a0fd81800dc2a05da9a4f7a07c1a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needed to build secp-sys 0.5 and secp-sys 0.6 in the same tree. Fixes #489.
This PR can be reproduced by running
in the secp256k1-sys directory.