Skip to content

Commit

Permalink
packio: use msgpack-cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
qchateau committed Dec 25, 2022
1 parent 0060f64 commit fc36bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def requirements(self):
self.options.boost_json = not self.options.standalone_asio

if self.options.msgpack:
self.requires("msgpack/3.2.1")
self.requires("msgpack-cxx/4.1.3")
if self.options.nlohmann_json:
self.requires("nlohmann_json/3.9.1")
if self.options.boost_json:
Expand Down

0 comments on commit fc36bec

Please sign in to comment.