mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Update function2 to 4.2.3
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user