Skip to content
Snippets Groups Projects
Commit 69a4be66 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[opam] temporarily limit dune upper version

- 3.13.0 has a regression that prevent build when test dune file are generated
parent 7da3358a
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,9 @@ run-test: [
]
depends: [
"dune" { >= "3.7.0" }
"dune" { >= "3.7.0" & < "3.13.0" }
"dune-configurator"
"dune-site" { >= "3.7.0" }
"dune-site" { >= "3.7.0" & < "3.13.0" }
( "alt-ergo-free" | "alt-ergo" )
"conf-graphviz" { post }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment