Update Asio to 1.28.2

This commit is contained in:
Robbert van der Helm
2023-10-28 15:24:58 +02:00
parent 52afc989e5
commit 6565c63a73
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
[wrap-git]
url = https://github.com/chriskohlhoff/asio.git
# This is tag asio-1-22-1
revision = bba12d10501418fd3789ce01c9f86a77d37df7ed
# This is tag asio-1-28-2
revision = 7609450f71434bdc9fbd9491a9505b423c2a8496
depth = 1
patch_directory = asio
+1 -1
View File
@@ -1,3 +1,3 @@
project('asio', 'cpp', version : '1.22.1')
project('asio', 'cpp', version : '1.28.2')
asio_dep = declare_dependency(include_directories : include_directories('asio/include'))