Forbid "base 0.16"

There is trouble with CI because it needs bash, and apparently the upgrade also
leads to conflicts between yojson and its ppx (which is where the dependecy upon
base lies)
This commit is contained in:
Louis Gesbert 2023-06-18 18:33:51 +02:00
parent 52b1c25d50
commit 0c6ae736cb

View File

@ -53,6 +53,7 @@ depends: [
depopts: ["z3"]
conflicts: [
"z3" {< "4.8.11"}
"base" {>= "v0.16.0"}
]
build: [
["dune" "subst"] {dev}