diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 12:48:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 12:48:45 +0300 |
commit | 9b69fcd112558d7bede44bc15494882de90bd676 (patch) | |
tree | 5cf5f03ad9c379a9a43c4037a03d1150a349b805 /libmhello/manifest | |
parent | a7125da058cbe98ee670886023f8924167b891fe (diff) |
Bump build2 version requirement to 0.8.0
Diffstat (limited to 'libmhello/manifest')
-rw-r--r-- | libmhello/manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmhello/manifest b/libmhello/manifest index d1df26a..db3f804 100644 --- a/libmhello/manifest +++ b/libmhello/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 |