Skip to content

Commit

Permalink
release v0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Feb 2, 2025
1 parent 72e5452 commit 098fb8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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=domain/0.41.0 --update
$ conan install --requires=domain/0.42.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
10 changes: 6 additions & 4 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"version": "0.5",
"requires": [
"zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76%1736442063.163",
"spdlog/1.15.0#da21f74dd84627fa68601c4e3b9c3f00%1731353167.297",
"secp256k1/0.21.0#ed9709c61dfdb38ac8181f876503dca6%1732364020.326",
"infrastructure/0.39.0#827fe58dfc8a00ac65933d1dc05f812d%1738181472.350903",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.40.0#d3ebe4b063a768322e56d48eacecce0f%1738526586.6402137",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/11.0.2#b4a24d70b93466b9b508ddb7b014643b%1735899162.196",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1715925273.754",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1716966898.508",
"bzip2/1.0.8#d00dac990f08d991998d624be81a9526%1725632951.439",
"boost/1.86.0#ce76e7477e466d7d8cbcf738c5d64175%1736442226.917"
],
"build_requires": [
"nodejs/18.15.0#2e468fc390ccdb9595ea1a5bbb74d59f%1699800364.91",
"m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451",
"emsdk/3.1.66#dbe775f114c0ec093539734107e2ab5e%1733138978.7973351"
"b2/5.2.1#91bc73931a0acb655947a81569ed8b80%1718416612.241"
],
"python_requires": [],
"config_requires": []
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def build_requirements(self):
self.test_requires("catch2/3.6.0")

def requirements(self):
self.requires("infrastructure/0.39.0", transitive_headers=True, transitive_libs=True)
self.requires("infrastructure/0.40.0", transitive_headers=True, transitive_libs=True)

if self.options.currency == "LTC":
self.requires("OpenSSL/1.0.2l@conan/stable", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit 098fb8a

Please sign in to comment.