Merge pull request #208 from mbanth/feature/revert_xud_dependency_version

Revert the dependency on lib_xud to v1.2.0
This commit is contained in:
Michael Banther
2021-07-26 13:44:04 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ VERSION = 2.0.0
DEPENDENT_MODULES = lib_logging(>=3.0.0) \
lib_xassert(>=4.0.0) \
lib_xud(>=2.0.0) \
lib_xud(>=1.2.0) \
lib_spdif(>=4.0.0) \
lib_mic_array(>=4.0.0)