lower bound on iomux

This commit is contained in:
Simon Cruanes 2025-05-08 15:05:27 -04:00
parent 18a6a3b7b4
commit e3cef54bd8
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
(>= 4.12)) (>= 4.12))
dune dune
base-unix base-unix
iomux (iomux (>= 0.3))
(nanoev (nanoev
(= :version)) (= :version))
(nanoev-picos (nanoev-picos

View file

@ -11,7 +11,7 @@ depends: [
"ocaml" {>= "4.12"} "ocaml" {>= "4.12"}
"dune" {>= "2.7"} "dune" {>= "2.7"}
"base-unix" "base-unix"
"iomux" "iomux" {>= "0.3"}
"nanoev" {= version} "nanoev" {= version}
"nanoev-picos" {= version} "nanoev-picos" {= version}
"mtime" {>= "2.0"} "mtime" {>= "2.0"}