Skip to content

Commit caa628b

Browse files
committed
fix: logs is a testdep for tiny_httpd_camlzip too
1 parent d6515bf commit caa628b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
(depends
3434
(tiny_httpd (= :version))
3535
(camlzip (>= 1.06))
36+
(logs :with-test)
3637
(odoc :with-doc)))

tiny_httpd_camlzip.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ depends: [
1111
"dune" {>= "2.9"}
1212
"tiny_httpd" {= version}
1313
"camlzip" {>= "1.06"}
14+
"logs" {with-test}
1415
"odoc" {with-doc}
1516
]
1617
build: [

0 commit comments

Comments
 (0)