summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-11-30 06:15:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-11-30 06:15:10 +0300
commit257b755664c5b5030cb0bbd354a1bc5c2c9fde9f (patch)
tree9e0a3b29314a5bac9b16306a29b610d0c1365635
parente95e4c379dce3d5baf7952a1a09a4d4e104a05a8 (diff)
Bump toolchain version dependency to 0.7.0 in manifest
-rw-r--r--libhello/manifest4
-rw-r--r--libmhello/manifest4
2 files changed, 4 insertions, 4 deletions
diff --git a/libhello/manifest b/libhello/manifest
index d314291..ac46936 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -13,5 +13,5 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0
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/libmhello/manifest b/libmhello/manifest
index a97f6c8..b07a4da 100644
--- a/libmhello/manifest
+++ b/libmhello/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