Add upper constraint on opam-state

The API has changed, and I can't figure out how to update orb yet.
This commit is contained in:
Reynir Björnsson 2024-07-29 16:23:59 +02:00
parent 2748f80afe
commit 0e0533ac17

View file

@ -14,7 +14,7 @@ depends: [
"opam-core" {>= "2.1.2"} "opam-core" {>= "2.1.2"}
"opam-format" {>= "2.1.2"} "opam-format" {>= "2.1.2"}
"opam-solver" {>= "2.1.2"} "opam-solver" {>= "2.1.2"}
"opam-state" {>= "2.1.2"} "opam-state" {>= "2.1.2" & < "2.2.0"}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {dev}