Skip to content

Commit 169c19b

Browse files
committed
chore: bounds on eio
1 parent 7113121 commit 169c19b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
(synopsis "Use eio for tiny_httpd")
4646
(depends
4747
(tiny_httpd (= :version))
48-
eio
48+
(eio (and (>= 1.0) (< 2.0)))
4949
(logs :with-test)
5050
(odoc :with-doc)))

tiny_httpd_eio.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
1010
depends: [
1111
"dune" {>= "3.2"}
1212
"tiny_httpd" {= version}
13-
"eio"
13+
"eio" {>= "1.0" & < "2.0"}
1414
"logs" {with-test}
1515
"odoc" {with-doc}
1616
]

0 commit comments

Comments
 (0)