Skip to content

Commit

Permalink
fix constraint on cf, via @kit-ty-kate
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 30, 2021
1 parent fe4d6f1 commit c907e32
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 @@ -15,7 +15,7 @@
for type-safe stub generation.")
(depends
base-bytes
(cf (>= "0.4.0"))
(cf (>= "0.4"))
(ctypes (>= "0.4.0"))))

(package
Expand Down
2 changes: 1 addition & 1 deletion fsevents.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: "https://github.com/mirage/ocaml-fsevents/issues"
depends: [
"dune" {>= "2.8"}
"base-bytes"
"cf" {>= "0.4.0"}
"cf" {>= "0.4"}
"ctypes" {>= "0.4.0"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit c907e32

Please sign in to comment.