Skip to content

Commit

Permalink
restinio: bump 3p to asio/1.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed May 9, 2024
1 parent a61a73b commit 310c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/restinio/v0.7/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def requirements(self):
self.requires("expected-lite/0.6.3")

if self.options.asio == "standalone":
self.requires("asio/1.29.0")
self.requires("asio/1.30.2")
else:
self.requires("boost/1.85.0")

Expand Down

0 comments on commit 310c968

Please sign in to comment.