Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 27, 2024
1 parent bb44e10 commit 6e4a743
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.38.0 --update
$ conan install --requires=blockchain/0.39.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
6 changes: 3 additions & 3 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026",
"fmt/10.2.1#9199a7a0611866dea5c8849a77467b25%1704415120.216",
"expected-lite/0.6.3#262026767cf9d5ab1fdccb25c9bdbac2%1692807329.641",
"domain/0.35.0#31e3c025ecabc5e2d2497315f406edb5%1716307500.924",
"database/0.40.0#66089526ba08f2504be2ff9368455854%1716307833.3574827",
"domain/0.35.0#31e3c025ecabc5e2d2497315f406edb5%1716307558.582",
"database/0.41.0#324d4649f7d82d4e7a6489cb0910cf10%1716826128.1090982",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1715925273.754",
"consensus/0.31.0#d920af2ad2c3cfc8b267a4b59e97caa7%1716304156.3446581",
"consensus/0.31.0#d920af2ad2c3cfc8b267a4b59e97caa7%1716304670.907",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.85.0#7926babdab0a9779cc164d0af6c28d5e%1715614149.259"
],
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def build_requirements(self):
self.test_requires("catch2/3.6.0")

def requirements(self):
self.requires("database/0.40.0", transitive_headers=True, transitive_libs=True)
self.requires("database/0.41.0", transitive_headers=True, transitive_libs=True)
if self.options.consensus:
self.requires("consensus/0.31.0", transitive_headers=True, transitive_libs=True)

Expand Down

0 comments on commit 6e4a743

Please sign in to comment.