Skip to content

Commit

Permalink
upgrade to latest version of data
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKrawisz committed Oct 5, 2022
1 parent db18eaf commit 50566ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ if(PACKAGE_TESTS)
add_subdirectory(test)
endif()



add_library(gigamonkey STATIC
src/sv/random.cpp
src/sv/big_int.cpp
Expand Down
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 GigamonkeyConan(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", "data/9a70a6c@proofofwork/unstable", "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@proofofwork/stable", "data/v0.0.10@proofofwork/stable", "gtest/1.12.1"

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

0 comments on commit 50566ed

Please sign in to comment.