summaryrefslogtreecommitdiff
path: root/libodb-sqlite/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-05 12:13:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-05 12:14:16 +0300
commitabbc881d380800fdae6d4956cb40159db808b72f (patch)
treedc9b554b084cac048ca79dbf555c378b6cbced8e /libodb-sqlite/manifest
parent633ad7ccad39723baf71966695fb2e15d0a7240c (diff)
Keep toolchain dependency version 0.16.0- until 0.17.0 is released
Diffstat (limited to 'libodb-sqlite/manifest')
-rw-r--r--libodb-sqlite/manifest8
1 files changed, 6 insertions, 2 deletions
diff --git a/libodb-sqlite/manifest b/libodb-sqlite/manifest
index c6b442e..95634b2 100644
--- a/libodb-sqlite/manifest
+++ b/libodb-sqlite/manifest
@@ -14,8 +14,12 @@ src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
requires: c++11
-depends: * build2 >= 0.17.0-
-depends: * bpkg >= 0.17.0-
+
+# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
+#
+depends: * build2 >= 0.16.0-
+depends: * bpkg >= 0.16.0-
+
depends: libsqlite3 ^3.6.18
depends: libodb == $
depends: * cli ^1.2.0- ? ($config.libodb_sqlite.develop)