diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 12:49:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 12:49:57 +0300 |
commit | 5c6864a2da809e8a34ea95e5f9a25b954aa3478f (patch) | |
tree | 60b2209b57b44b57d7f30e600a73fecffd979fa0 | |
parent | d17ae5754845e7594b72dabaee15fa8976bc9d8f (diff) |
Bump build2 version requirement to 0.8.0
-rw-r--r-- | libformat/manifest | 4 | ||||
-rw-r--r-- | libmformat/manifest | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libformat/manifest b/libformat/manifest index e78d1ce..7dfa2e0 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -12,5 +12,5 @@ url: https://git.build2.org/cgit/hello/libformat src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat 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/libmformat/manifest b/libmformat/manifest index 085cdfd..868984e 100644 --- a/libmformat/manifest +++ b/libmformat/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 |