Update function2 to 4.2.3

This commit is contained in:
Robbert van der Helm
2023-10-28 15:27:36 +02:00
parent 6565c63a73
commit dd50e94df1
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 - This release includes a workaround to make bitsery compile with GCC 13 due to
changes in transitive header includes. changes in transitive header includes.
- The asio dependency has been updated to target version 1.28.2. - The asio dependency has been updated to target version 1.28.2.
- The function2 dependency has been updated to version 4.2.3.
- The tomlplusplus dependency has been updated to target version 3.4.0. - The tomlplusplus dependency has been updated to target version 3.4.0.
## [5.0.5] - 2023-05-07 ## [5.0.5] - 2023-05-07
+2 -2
View File
@@ -1,7 +1,7 @@
[wrap-git] [wrap-git]
url = https://github.com/Naios/function2.git url = https://github.com/Naios/function2.git
# Tag 4.2.0 # Tag 4.2.3
revision = 02ca99831de59c7c3a4b834789260253cace0ced revision = 9e303865d14f1204f09379e37bbeb30c4375139a
depth = 1 depth = 1
patch_directory = function2 patch_directory = function2
@@ -1,3 +1,3 @@
project('function2', 'cpp', version : '4.2.0') project('function2', 'cpp', version : '4.2.3')
function2_dep = declare_dependency(include_directories : include_directories('include')) function2_dep = declare_dependency(include_directories : include_directories('include'))