Skip to content

Commit

Permalink
requiring a dune older than 3.13.0 otherwise the build fails in the a…
Browse files Browse the repository at this point in the history
…bsence of coq
  • Loading branch information
kmemarian committed Jan 23, 2024
1 parent c0fa1ae commit 71ed8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cerberus-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage: "https://www.cl.cam.ac.uk/~pes20/cerberus/"
bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "3.8.0"}
"dune" {>= "3.8.0" & < "3.13.0"}
"sha" {>= "1.12"}
"pprint" {>= "20180528"}
"ppx_sexp_conv" {>= "v0.14.3" }
Expand Down
2 changes: 1 addition & 1 deletion cerberus.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"cerberus-lib"
"ocaml" {>= "4.12.0"}
"dune" {>= "3.8.0"}
"dune" {>= "3.8.0" & < "3.13.0"}
"sha" {>= "1.12"}
"pprint" {>= "20180528"}
"ppx_sexp_conv" {>= "v0.14.3" }
Expand Down

0 comments on commit 71ed8ef

Please sign in to comment.