Skip to content

Commit

Permalink
release v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Jan 10, 2025
1 parent 2a6193f commit 1049395
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate node executable:

```
$ conan install --requires=kth/0.50.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.51.0 --update --deploy=direct_deploy
```

Expand Down
19 changes: 9 additions & 10 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"version": "0.5",
"requires": [
"zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76%1733936244.862",
"zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76%1736442063.163",
"spdlog/1.15.0#da21f74dd84627fa68601c4e3b9c3f00%1731353167.297",
"secp256k1/0.21.0#ed9709c61dfdb38ac8181f876503dca6%1732364020.326",
"node/0.50.0#a2cc53bbf8cdec1dcc435f5774f84e8e%1734350990.5958838",
"network/0.48.0#4c1c13b599e25ee33d971a24d46aebf4%1734350619.982",
"node/0.51.0#55da6fda8d02d018e55e829e7f3e8027%1736518360.7702615",
"network/0.49.0#8a59bc94de33b69ed1e4807449c65bb4%1736517610.445",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.38.0#0777f2e30af1a5254c8408f1eb1b37ca%1732471342.206",
"infrastructure/0.39.0#55f5992bcbce2037eb333af5ba88dd6e%1736516707.734",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/11.0.2#5c7438ef4d5d69ab106a41e460ce11f3%1721637745.688",
"fmt/11.0.2#b4a24d70b93466b9b508ddb7b014643b%1735899162.196",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
"domain/0.40.0#d7208fa9cf8850edd82797d2c16ac8ed%1732472254.854",
"database/0.46.0#6df33bbb10b22c376b5e51a05e85de75%1732473538.799",
"domain/0.41.0#dfad6eee19a5d3f465307058947621e1%1736517295.638",
"database/0.47.0#84301c5102e9ba926aad433a4fdd7c60%1736517634.604",
"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%1732473827.779"
"boost/1.86.0#ce76e7477e466d7d8cbcf738c5d64175%1736442226.917",
"blockchain/0.45.0#e01200a14a6b62dc01ed65bb0b1094d4%1736518082.886"
],
"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 @@ -60,7 +60,7 @@ def dont_compile(self, options, settings):

def requirements(self):
if not self.options.no_compilation and self.settings.get_safe("compiler") is not None:
self.requires("node/0.50.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.51.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit 1049395

Please sign in to comment.