diff options
-rw-r--r-- | libhello/manifest | 4 | ||||
-rw-r--r-- | libmhello/manifest | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libhello/manifest b/libhello/manifest index 2916086..ebf068e 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -13,5 +13,5 @@ url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0 email: users@build2.org build-email: builds@build2.org -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- diff --git a/libmhello/manifest b/libmhello/manifest index d1df26a..db3f804 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -19,6 +19,6 @@ build-include: *-clang_5* build-include: *-clang_6* build-exclude: * ; Requires C++ modules support requires: c++20 -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- depends: libstd-modules |