mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Update tomlplusplus wrap to 2.5.0
This commit is contained in:
@@ -43,6 +43,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
use of `patch_directory`.
|
||||
- The bitsery wrap dependency was updated to version 5.2.2.
|
||||
- The function2 wrap dependency was updated to version 4.2.0.
|
||||
- The tomlplusplus wrap dependency was updated to version 2.5.0.
|
||||
|
||||
## [3.6.0] - 2021-10-15
|
||||
|
||||
|
||||
+1
-1
@@ -229,7 +229,7 @@ boost_dep = dependency('boost', version : '>=1.66', static : with_static_boost)
|
||||
bitsery_dep = dependency('bitsery', version : '>=5.2.0', fallback : ['bitsery', 'bitsery_dep'])
|
||||
function2_dep = dependency('function2', version : '>=4.2.0', fallback : ['function2', 'function2_dep'])
|
||||
threads_dep = dependency('threads')
|
||||
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.1.0', fallback : ['tomlplusplus', 'tomlplusplus_dep'])
|
||||
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.5.0', fallback : ['tomlplusplus', 'tomlplusplus_dep'])
|
||||
|
||||
dl_dep = declare_dependency(link_args : '-ldl')
|
||||
rt_dep = declare_dependency(link_args : '-lrt')
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/marzer/tomlplusplus.git
|
||||
revision = v2.1.0
|
||||
# This is tag v2.5.0
|
||||
revision = 037bfdd21f794d7212616d5e6f4f8baab543c472
|
||||
depth = 1
|
||||
|
||||
Reference in New Issue
Block a user