diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 06:19:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 06:19:12 +0300 |
commit | 650730aceeda851b13053fee4f62c53ab6208ca8 (patch) | |
tree | 958a3ab7ce343a9b60a77263babb6aa6e04032b7 | |
parent | 4390df240aa12e03b20e5c1263f5d6d0e3822dae (diff) |
Bump toolchain version dependency to 0.7.0 in manifest
-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 cec2fe9..db0d981 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -13,7 +13,7 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello 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- depends: libformat [1.0.0 2.0.0-); compatible with libformat-1.X.Y depends: libprint [1.0.0 2.0.0-); compatible with libprint-1.X.Y diff --git a/libmhello/manifest b/libmhello/manifest index 4afb67e..31ec260 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -18,8 +18,8 @@ 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 depends: libmformat [1.0.0 2.0.0-); compatible with libmformat-1.X.Y depends: libmprint [1.0.0 2.0.0-); compatible with libmprint-1.X.Y |