aboutsummaryrefslogtreecommitdiff
path: root/coq.opam
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-04-09 23:09:39 -0400
committerEmilio Jesus Gallego Arias2020-04-11 17:44:42 -0400
commitbc411fa4d8c04424c579d506dd0507cb83db7bc7 (patch)
treecc1795c134c721235f4eb3654f21cae36dab2f69 /coq.opam
parent227520b14e978e19d58368de873521a283aecedd (diff)
[ci] [build] Bump Dune to 2.5.0
It is unfortunate that we cannot install coqide and Dune 2.5.0 in < 4.07.0
Diffstat (limited to 'coq.opam')
-rw-r--r--coq.opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.opam b/coq.opam
index 39191c21d9..aa19c2cf98 100644
--- a/coq.opam
+++ b/coq.opam
@@ -22,7 +22,7 @@ version: "dev"
depends: [
"ocaml" { >= "4.05.0" }
- "dune" { >= "2.0.0" }
+ "dune" { >= "2.5.0" }
"ocamlfind" { build }
"num"
]