summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-12 12:49:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-12 12:49:57 +0300
commit5c6864a2da809e8a34ea95e5f9a25b954aa3478f (patch)
tree60b2209b57b44b57d7f30e600a73fecffd979fa0
parentd17ae5754845e7594b72dabaee15fa8976bc9d8f (diff)
Bump build2 version requirement to 0.8.0
-rw-r--r--libformat/manifest4
-rw-r--r--libmformat/manifest4
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