update orb constraints on opam

This commit is contained in:
Robur 2021-06-18 13:33:13 +00:00
parent ae411b22d2
commit f87cdbbada

View file

@ -9,12 +9,12 @@ bug-reports: "https://github.com/rjbou/orb/issues"
depends: [
"dune" {>= "2.0"}
"cmdliner" {>= "1.0"}
"opam-client" {>= "2.1.0~beta4"}
"opam-repository" {>= "2.1.0~beta4"}
"opam-core" {>= "2.1.0~beta4"}
"opam-format" {>= "2.1.0~beta4"}
"opam-solver" {>= "2.1.0~beta4"}
"opam-state" {>= "2.1.0~beta4"}
"opam-client" {>= "2.1.0~rc"}
"opam-repository" {>= "2.1.0~rc"}
"opam-core" {>= "2.1.0~rc"}
"opam-format" {>= "2.1.0~rc"}
"opam-solver" {>= "2.1.0~rc"}
"opam-state" {>= "2.1.0~rc"}
]
build: [
["dune" "subst"] {dev}