diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-07 11:31:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-07 11:31:56 +0200 |
commit | b56c523e7851f77c461c0693931576711c88cfa4 (patch) | |
tree | eaa2c226f7d2720f1c5e37c61ddbb34919e3fb6d /manifest | |
parent | 6a0f5d9d9a99d040158d9ea8e9da51aa4b2f710e (diff) |
Bump build2 version requirement to 0.13.0- (need config directive)
Note that this means there will be no upgrade support for this release.
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,5 +19,5 @@ build-include: *-clang_5.** build-include: *-clang_6.** build-exclude: ** ; Requires C++ modules support. requires: c++20 -depends: * build2 >= 0.12.0 -depends: * bpkg >= 0.12.0 +depends: * build2 >= 0.13.0- +depends: * bpkg >= 0.13.0- |