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

Merge branch 'workaround/blanchard/opam/limit-dune-version' into 'master'

[opam] temporarily limit dune upper version

See merge request frama-c/frama-c!4475
parents 7da3358a 69a4be66
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