Skip to content

Commit

Permalink
Merge pull request #3329 from proux01/dune-upper-bound-docker
Browse files Browse the repository at this point in the history
Remove dune upper bound on 9.0+rc1 for the docker image
  • Loading branch information
proux01 authored Feb 4, 2025
2 parents f4ff5cd + 1cced1d commit 4bd3d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-dev/packages/rocq-runtime/rocq-runtime.9.0+rc1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
doc: "https://coq.github.io/doc/"
bug-reports: "https://github.com/coq/coq/issues"
depends: [
"dune" {>= "3.8" & < "3.14"}
"dune" {>= "3.8"}
"ocaml" {>= "4.09.0"}
"ocamlfind" {>= "1.8.1"}
"zarith" {>= "1.11"}
Expand Down

0 comments on commit 4bd3d2e

Please sign in to comment.