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 1cf0be2 commit 016bb66
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 @@ -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.49.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.50.0 --update --deploy=direct_deploy
```

Expand Down
6 changes: 3 additions & 3 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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",
"node/0.49.0#2c59cfb06d176d273481241319e41115%1732474339.118144",
"network/0.47.0#c412894d9d9428bc0ffa220b14469776%1732472914.405",
"node/0.50.0#a2cc53bbf8cdec1dcc435f5774f84e8e%1734350990.5958838",
"network/0.48.0#4c1c13b599e25ee33d971a24d46aebf4%1734350619.982",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.38.0#0777f2e30af1a5254c8408f1eb1b37ca%1732471342.206",
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.49.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.50.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit 016bb66

Please sign in to comment.