diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 11:09:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 11:09:32 +0200 |
commit | daba806a441c64341ad3554732f6a12d1500a623 (patch) | |
tree | c851f93509704cc2d097795d9e24efddbf163335 /manifest | |
parent | f54941db9bfab5fbc7df9c3204787094dee6aa2f (diff) |
Bump build2 version requirement to 0.8.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,5 +17,5 @@ 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- |