Skip to content

Commit

Permalink
Fix Iomux lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
clecat committed Jul 26, 2024
1 parent 1173bb2 commit f36de43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
(odoc :with-doc)
eio
(eio_main :with-test)
iomux))
(iomux (>= 0.3))))
2 changes: 1 addition & 1 deletion inotify-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"odoc" {with-doc}
"eio"
"eio_main" {with-test}
"iomux"
"iomux" {>= "0.3"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit f36de43

Please sign in to comment.