require iostream-camlzip >= 0.2.1

close #83
This commit is contained in:
Simon Cruanes 2024-03-25 10:20:40 -04:00
parent fca8ba46e1
commit ba17858063
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,6 @@
(depends (depends
(tiny_httpd (= :version)) (tiny_httpd (= :version))
(camlzip (>= 1.06)) (camlzip (>= 1.06))
iostream-camlzip (iostream-camlzip (>= 0.2.1))
(logs :with-test) (logs :with-test)
(odoc :with-doc))) (odoc :with-doc)))

View file

@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.9"} "dune" {>= "2.9"}
"tiny_httpd" {= version} "tiny_httpd" {= version}
"camlzip" {>= "1.06"} "camlzip" {>= "1.06"}
"iostream-camlzip" "iostream-camlzip" {>= "0.2.1"}
"logs" {with-test} "logs" {with-test}
"odoc" {with-doc} "odoc" {with-doc}
] ]