Skip to content

Commit 93408e5

Browse files
avsmjeremiedimino
authored andcommitted
opam: relax dune restriction to >=1.0
1 parent 641af3f commit 93408e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utop.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"camomile"
2020
"react" {>= "1.0.0"}
2121
"cppo" {build & >= "1.1.2"}
22-
"dune" {build & >= "1.7"}
22+
"dune" {build}
2323
]
2424
build-test: [["dune" "runtest" "-p" name "-j" jobs]]
2525
available: [ocaml-version >= "4.03.0"]

0 commit comments

Comments
 (0)