Skip to content

Commit

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

Expand Down
20 changes: 10 additions & 10 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"version": "0.5",
"requires": [
"zlib/1.3.1#f52e03ae3d251dec704634230cd806a2%1725632949.456",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1716966910.455",
"secp256k1/0.20.0#c075cc7e6e2ce8a062917916f59b6eb8%1732215608.849",
"node/0.47.0#0bc7113df78e4d69054fabac6a0ef395%1732275349.3855803",
"network/0.45.0#8bd77b9afd10d1bb6798004840622414%1732274412.179",
"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",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.36.0#1097ad6b1ecb37dfcb4ee24963b2232b%1732273572.457",
"infrastructure/0.37.0#8a5ad7ed451b75a9a0c3fdfe4425ef46%1732364387.596",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/10.2.1#8d582aeebdf05b6f0abe2911b926c3f4%1720016029.904",
"fmt/11.0.2#5c7438ef4d5d69ab106a41e460ce11f3%1721637745.688",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
"domain/0.38.0#66b0264f34e3bc6332e617ee4bf27711%1732274103.204",
"database/0.44.0#eee16d7a5ed4dcd542cf7d0802625c5b%1732274334.782",
"domain/0.39.0#1dca931800972d18a9e303c215ca8653%1732364742.411",
"database/0.45.0#f53b56653d92c237f1ab740056aefc54%1732365613.415",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1716966898.508",
"consensus/0.33.0#d44a073447a18573ff3028a7a243cc25%1732273581.823",
"consensus/0.34.0#fa04b35820fab9010f361a4fab3494b5%1732364356.429",
"bzip2/1.0.8#d00dac990f08d991998d624be81a9526%1725632951.439",
"boost/1.86.0#cd839a2082585255010f9e82eea94c7f%1732216158.315",
"blockchain/0.42.0#6bcb787b6e7d4d50230c35a6c91f15c1%1732274857.163"
"blockchain/0.43.0#a9b74efa0c6877743be73d3b1cf60906%1732366040.769"
],
"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.47.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.48.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit ac33d71

Please sign in to comment.