mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
chore: bounds on eio
This commit is contained in:
parent
711312141a
commit
169c19b679
2 changed files with 2 additions and 2 deletions
|
|
@ -45,6 +45,6 @@
|
|||
(synopsis "Use eio for tiny_httpd")
|
||||
(depends
|
||||
(tiny_httpd (= :version))
|
||||
eio
|
||||
(eio (and (>= 1.0) (< 2.0)))
|
||||
(logs :with-test)
|
||||
(odoc :with-doc)))
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
|
|||
depends: [
|
||||
"dune" {>= "3.2"}
|
||||
"tiny_httpd" {= version}
|
||||
"eio"
|
||||
"eio" {>= "1.0" & < "2.0"}
|
||||
"logs" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue