diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 05:27:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-30 05:27:45 +0300 |
commit | db08c1f53897cb55f9094eb14f61db7a821c152b (patch) | |
tree | 5cb8a85c4c7119ee6961112bd2bf11a176b447e2 /manifest | |
parent | 9f9595a81c1bc738c8701bd4c7595765ccf3753d (diff) |
Bump toolchain version dependency to 0.7.0 in manifest
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ build-exclude: * ; Only supports Linux and FreeBSD. requires: c++14 requires: postgresql >= 9.0 requires: apache2; Including development files (httpd.h header, etc). -depends: * build2 >= 0.6.0- -depends: * bpkg >= 0.6.0- +depends: * build2 >= 0.7.0- +depends: * bpkg >= 0.7.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libapr1 |