summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project5
1 files changed, 2 insertions, 3 deletions
diff --git a/dune-project b/dune-project
index 4f808a3..5958090 100644
--- a/dune-project
+++ b/dune-project
@@ -1,6 +1,6 @@
(lang dune 1.10)
(name sqlite3)
-(version 5.0.1)
+(version 5.0.2)
(generate_opam_files true)
@@ -26,9 +26,8 @@ database engine with outstanding performance for many use cases.")
(depends
(ocaml (>= 4.05))
(dune (>= 1.11))
+ dune-configurator
(conf-sqlite3 :build)
- (base :build)
- (stdio :build)
(ppx_inline_test :with-test)
)
(tags (clib:sqlite3 clib:pthread))