Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Feb 3, 2024
1 parent a879cd1 commit a83898b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate library:

```
$ conan install --requires=blockchain/0.36.0 --update
$ conan install --requires=blockchain/0.37.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
25 changes: 0 additions & 25 deletions conan.lock

This file was deleted.

4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def build_requirements(self):
self.test_requires("catch2/3.5.2")

def requirements(self):
self.requires("database/0.38.0", transitive_headers=True, transitive_libs=True)
self.requires("database/0.39.0", transitive_headers=True, transitive_libs=True)
if self.options.consensus:
self.requires("consensus/0.29.0", transitive_headers=True, transitive_libs=True)
self.requires("consensus/0.30.0", transitive_headers=True, transitive_libs=True)

def validate(self):
KnuthConanFileV2.validate(self)
Expand Down

0 comments on commit a83898b

Please sign in to comment.