Skip to content

Commit

Permalink
Set min dune version to 1.5 (#9)
Browse files Browse the repository at this point in the history
The lint-lower-bounds test in ocaml-ci build the @check dune alias but
that was only added to dune in version 1.5, so it fails on projects
whose min dune version is less than 1.5.
  • Loading branch information
gridbugs committed Mar 30, 2023
1 parent 2ea842b commit 30febbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigarray-compat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.0"}
"dune" {>= "1.5"}
]
synopsis:
"Compatibility library to use Stdlib.Bigarray when possible"
Expand Down

0 comments on commit 30febbb

Please sign in to comment.