Skip to content

Commit

Permalink
Merge pull request #94 from KatrinaAS/patch-2
Browse files Browse the repository at this point in the history
Update SECP256k1
  • Loading branch information
DanielKrawisz authored Dec 26, 2022
2 parents d18257a + 599ccec commit 340b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DataConan(ConanFile):
default_options = {"shared": False, "fPIC": True}
generators = "cmake"
exports_sources = "*"
requires = "boost/1.76.0", "openssl/1.1.1k", "cryptopp/8.5.0", "nlohmann_json/3.10.0", "gmp/6.2.1", "SECP256K1/0.2@proofofwork/stable", "uriparser/0.9.6", "gtest/1.12.1"
requires = "boost/1.76.0", "openssl/1.1.1k", "cryptopp/8.5.0", "nlohmann_json/3.10.0", "gmp/6.2.1", "SECP256K1/0.2.0@proofofwork/stable", "uriparser/0.9.6", "gtest/1.12.1"

def set_version(self):
if "CIRCLE_TAG" in environ:
Expand Down

0 comments on commit 340b9d0

Please sign in to comment.