diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-06 21:13:53 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-06 21:13:53 -0500 |
commit | 5f89f4494267a0dd175682f593bcd5495a3dbbda (patch) | |
tree | 98e5f572a0b0b8f3d0002b71b657bc95a95e6282 /CMakeLists.txt | |
parent | d44de588fc5e672a2c5e687cfec58173a495ee7c (diff) |
update libsecp256k1 to v0.6.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b3d48..ccd39db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ if(NC_FETCH_SECP256K1) FetchContent_Declare( libsecp256k1 GIT_REPOSITORY https://github.com/bitcoin-core/secp256k1 - GIT_TAG 642c885b6102725e25623738529895a95addc4f4 # release-0.5.1 + GIT_TAG 0cdc758a56360bf58a851fe91085a327ec97685a # release-0.6.0 GIT_PROGRESS TRUE ) |