Skip to content

Commit

Permalink
release v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Dec 16, 2024
1 parent 4485eaa commit 868596f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate library:

```
$ conan install --requires=node/0.49.0 --update
$ conan install --requires=node/0.50.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
8 changes: 4 additions & 4 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "0.5",
"requires": [
"zlib/1.3.1#f52e03ae3d251dec704634230cd806a2%1725632949.456",
"zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76%1733936244.862",
"spdlog/1.15.0#da21f74dd84627fa68601c4e3b9c3f00%1731353167.297",
"secp256k1/0.21.0#ed9709c61dfdb38ac8181f876503dca6%1732364020.326",
"network/0.47.0#c412894d9d9428bc0ffa220b14469776%1732472302.6417155",
"network/0.48.0#4c1c13b599e25ee33d971a24d46aebf4%1734350372.9369178",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.38.0#0777f2e30af1a5254c8408f1eb1b37ca%1732471342.206",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/11.0.2#5c7438ef4d5d69ab106a41e460ce11f3%1721637745.688",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
"domain/0.40.0#d7208fa9cf8850edd82797d2c16ac8ed%1732472254.854",
"database/0.46.0#6df33bbb10b22c376b5e51a05e85de75%1732473363.755",
"database/0.46.0#6df33bbb10b22c376b5e51a05e85de75%1732473538.799",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1716966898.508",
"consensus/0.34.0#fa04b35820fab9010f361a4fab3494b5%1732364356.429",
"bzip2/1.0.8#d00dac990f08d991998d624be81a9526%1725632951.439",
"boost/1.86.0#cd839a2082585255010f9e82eea94c7f%1732216158.315",
"blockchain/0.44.0#e941b72a0f443c69435ff9cb8501ca83%1732473642.6452343"
"blockchain/0.44.0#e941b72a0f443c69435ff9cb8501ca83%1732473827.779"
],
"build_requires": [
"m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451",
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def requirements(self):
self.requires("blockchain/0.44.0", transitive_headers=True, transitive_libs=True)

if self.settings.os != "Emscripten":
self.requires("network/0.47.0", transitive_headers=True, transitive_libs=True)
self.requires("network/0.48.0", transitive_headers=True, transitive_libs=True)

if self.options.statistics:
self.requires("tabulate/1.0@", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit 868596f

Please sign in to comment.