summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-11-30 06:11:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-11-30 06:11:45 +0300
commita74f63a5c2e4706b990d436fae91e2bf8fe6c643 (patch)
tree7406b690ceea32fdbeb118a656514b7ea5a119b2
parent8dd2441ca31ff81dbb71234b5b4cc0286f6b483e (diff)
Bump toolchain version dependency to 0.7.0 in manifest
-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 5c2ab53..4b3df97 100644
--- a/libformat/manifest
+++ b/libformat/manifest
@@ -12,5 +12,5 @@ src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat
email: hello-users@example.org
build-email: builds@build2.org
requires: c++11
-depends: * build2 >= 0.5.0-
-depends: * bpkg >= 0.5.0-
+depends: * build2 >= 0.7.0-
+depends: * bpkg >= 0.7.0-
diff --git a/libmformat/manifest b/libmformat/manifest
index eff0f37..456e386 100644
--- a/libmformat/manifest
+++ b/libmformat/manifest
@@ -18,6 +18,6 @@ build-include: *-clang_5*
build-include: *-clang_6*
build-exclude: * ; Requires C++ modules support
requires: c++20
-depends: * build2 >= 0.6.0-
-depends: * bpkg >= 0.6.0-
+depends: * build2 >= 0.7.0-
+depends: * bpkg >= 0.7.0-
depends: libstd-modules