File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121
2222depends: [
2323 "ocaml" {>= "4.10.0"}
24- "dune" {>= "2.9.0"}
24+ "dune" {>= "2.9.0" & < "3.7.0" }
2525 "chamelon-unix" {= version & with-test}
2626 "crowbar" {>= "0.2.1" & with-test}
2727 "fpath" {>= "0.7.3" & with-test}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121
2222depends: [
2323 "ocaml" {>= "4.10.0"}
24- "dune" {>= "2.9.0"}
24+ "dune" {>= "2.9.0" & < "3.7.0" }
2525 "chamelon-unix" {= version & with-test}
2626 "fpath" {>= "0.7.3" & with-test}
2727 "alcotest" {>= "1.5.0" & with-test}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121
2222depends: [
2323 "ocaml" {>= "4.10.0"}
24- "dune" {>= "2.9.0"}
24+ "dune" {>= "2.9.0" & < "3.7.0" }
2525 "chamelon-unix" {= version & with-test}
2626 "fpath" {>= "0.7.3" & with-test}
2727 "alcotest" {>= "1.5.0" & with-test}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121
2222depends: [
2323 "ocaml" {>= "4.10.0"}
24- "dune" {>= "2.9.0"}
24+ "dune" {>= "2.9.0" & < "3.7.0" }
2525 "chamelon-unix" {= version & with-test}
2626 "crowbar" {>= "0.2.1" & with-test}
2727 "fpath" {>= "0.7.3" & with-test}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121
2222depends: [
2323 "ocaml" {>= "4.10.0"}
24- "dune" {>= "2.9.0"}
24+ "dune" {>= "2.9.0" & < "3.7.0" }
2525 "crowbar" {>= "0.2.1" & with-test}
2626 "fpath" {>= "0.7.3" & with-test}
2727 "alcotest" {>= "1.5.0" & with-test}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121
2222depends: [
2323 "ocaml" {>= "4.10.0"}
24- "dune" {>= "2.9.0"}
24+ "dune" {>= "2.9.0" & < "3.7.0" }
2525 "crowbar" {>= "0.2.1" & with-test}
2626 "fpath" {>= "0.7.3" & with-test}
2727 "alcotest" {>= "1.5.0" & with-test}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ bug-reports: "https://github.com/returntocorp/semgrep/issues"
1414
1515depends: [
1616 "ocaml" {>= "4.12.0"}
17- "dune" {>= "3.2.0" }
17+ "dune" {>= "3.2.0" & < "3.7.0" }
1818 "alcotest" {>= "1.5.0"}
1919 "ANSITerminal" {>= "0.8.4"}
2020 "easy_logging" {>= "0.8.1" }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ bug-reports: "https://github.com/returntocorp/semgrep/issues"
1414
1515depends: [
1616 "ocaml" {>= "4.12.0"}
17- "dune" {>= "3.2.0" }
17+ "dune" {>= "3.2.0" & < "3.7.0" }
1818 "alcotest" {>= "1.5.0"}
1919 "ANSITerminal" {>= "0.8.4"}
2020 "cmdliner" {>= "1.1.1" }
You can’t perform that action at this time.
0 commit comments