Update bitsery to 5.2.3

This commit is contained in:
Robbert van der Helm
2023-10-28 15:29:46 +02:00
parent dd50e94df1
commit 616e0a01f0
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- This release includes a workaround to make bitsery compile with GCC 13 due to
changes in transitive header includes.
- The asio dependency has been updated to target version 1.28.2.
- The bitsery dependency has been updated to version 5.2.3.
- The function2 dependency has been updated to version 4.2.3.
- The tomlplusplus dependency has been updated to target version 3.4.0.
+2 -2
View File
@@ -1,7 +1,7 @@
[wrap-git]
url = https://github.com/fraillt/bitsery.git
# This is tag v5.2.2
revision = c0fc083c9de805e5825d7553507569febf6a6f93
# This is tag v5.2.3
revision = d1a47e06e2104b195a19c73b61f1d5c1dceaa228
depth = 1
patch_directory = bitsery
+1 -1
View File
@@ -1,3 +1,3 @@
project('bitsery', 'cpp', version : '5.2.2')
project('bitsery', 'cpp', version : '5.2.3')
bitsery_dep = declare_dependency(include_directories : include_directories('include'))