Skip to content

Commit

Permalink
release v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Nov 24, 2024
1 parent ac33d71 commit 1cf0be2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.48.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.49.0 --update --deploy=direct_deploy
```

Expand Down
12 changes: 6 additions & 6 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"zlib/1.3.1#f52e03ae3d251dec704634230cd806a2%1725632949.456",
"spdlog/1.15.0#da21f74dd84627fa68601c4e3b9c3f00%1731353167.297",
"secp256k1/0.21.0#ed9709c61dfdb38ac8181f876503dca6%1732364020.326",
"node/0.48.0#81a7d414e3e59ee5b4a5d7d77db7fe4e%1732366492.104231",
"network/0.46.0#9b925d101ab99ee21dbd9bde829a5a86%1732365420.327",
"node/0.49.0#2c59cfb06d176d273481241319e41115%1732474339.118144",
"network/0.47.0#c412894d9d9428bc0ffa220b14469776%1732472914.405",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.37.0#8a5ad7ed451b75a9a0c3fdfe4425ef46%1732364387.596",
"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.39.0#1dca931800972d18a9e303c215ca8653%1732364742.411",
"database/0.45.0#f53b56653d92c237f1ab740056aefc54%1732365613.415",
"domain/0.40.0#d7208fa9cf8850edd82797d2c16ac8ed%1732472254.854",
"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.43.0#a9b74efa0c6877743be73d3b1cf60906%1732366040.769"
"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 @@ -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.48.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.49.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit 1cf0be2

Please sign in to comment.