Skip to content

Commit

Permalink
bump C-API version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 27, 2024
1 parent 685383d commit dafb27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class KnuthJsNative(ConanFile):
description = "Bitcoin full node as a Javascript library"
settings = "os", "compiler", "build_type", "arch"

requires = (("c-api/0.46.0"))
requires = (("c-api/0.47.0"))

def configure(self):
self.options["c-api/*"].march_id = "ZLm9Pjh"
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# import pandas as pd


capi_version = "0.46.0"
capi_version = "0.47.0"

def install(package):
print("Installing ")
Expand Down

0 comments on commit dafb27d

Please sign in to comment.