builder-web: restrict to old dune for now (until 3.0.3 is released)
This commit is contained in:
parent
c8d5e80e29
commit
7f2f93fee5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build: [
|
|||
|
||||
depends: [
|
||||
"ocaml" {>= "4.10.0"}
|
||||
"dune" {>= "2.7.0"}
|
||||
"dune" {>= "2.7.0" & < "3.0.0"}
|
||||
"builder" {>= "0.2.0"}
|
||||
"dream" {= "1.0.0~alpha2"}
|
||||
"cstruct" {>= "6.0.0"}
|
||||
|
|
Loading…
Reference in a new issue