update orb constraints on opam
This commit is contained in:
parent
ae411b22d2
commit
f87cdbbada
1 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,12 @@ bug-reports: "https://github.com/rjbou/orb/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.0"}
|
"dune" {>= "2.0"}
|
||||||
"cmdliner" {>= "1.0"}
|
"cmdliner" {>= "1.0"}
|
||||||
"opam-client" {>= "2.1.0~beta4"}
|
"opam-client" {>= "2.1.0~rc"}
|
||||||
"opam-repository" {>= "2.1.0~beta4"}
|
"opam-repository" {>= "2.1.0~rc"}
|
||||||
"opam-core" {>= "2.1.0~beta4"}
|
"opam-core" {>= "2.1.0~rc"}
|
||||||
"opam-format" {>= "2.1.0~beta4"}
|
"opam-format" {>= "2.1.0~rc"}
|
||||||
"opam-solver" {>= "2.1.0~beta4"}
|
"opam-solver" {>= "2.1.0~rc"}
|
||||||
"opam-state" {>= "2.1.0~beta4"}
|
"opam-state" {>= "2.1.0~rc"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
Loading…
Reference in a new issue