Skip to content

Commit 4c90bff

Browse files
authored
Update secp256k1 to 0.7.1 (#36)
The latest secp256k1 release, 0.7.1, contains bug fixes that we may benefit from, see [CHANGELOG.md](https://github.com/bitcoin-core/secp256k1/blob/master/CHANGELOG.md).
1 parent 47f63d0 commit 4c90bff

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
conan export m4/all --version=1.4.19
4242
conan export nudb/all --version=2.0.9
4343
conan export openssl/3.x.x --version=3.5.4
44-
conan export secp256k1/all --version=0.7.0
44+
conan export secp256k1/all --version=0.7.1
4545
conan export snappy/all --version=1.1.10
4646
conan export soci/all --version=4.0.3
4747
conan export wasmi/all --version=1.0.6
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sources:
2+
"0.7.1":
3+
url: https://github.com/bitcoin-core/secp256k1/archive/refs/tags/v0.7.1.tar.gz
4+
sha256: 958f204dbafc117e73a2604285dc2eb2a5128344d3499c114dcba5de54cb7a9e
25
"0.7.0":
36
url: https://github.com/bitcoin-core/secp256k1/archive/refs/tags/v0.7.0.tar.gz
47
sha256: 073d19064f3600014750d6949b31a0c957aa7b98920fb4aaa495be07e8e7cd00

recipes/secp256k1/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
versions:
2+
"0.7.1":
3+
folder: all
24
"0.7.0":
35
folder: all

0 commit comments

Comments
 (0)