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:
parent
2748f80afe
commit
0e0533ac17
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue