File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ build: [
1111 [ "dune" "build" "-p" name "-j" jobs ] ]
1212depends: [
1313 "ocaml" {>= "5.0.0"}
14- "dune"
15- "rawlink"
14+ "dune" {>= "3.2"}
15+ "rawlink" {>= "2.1"}
1616 "eio" {>= "0.4"}
1717]
1818depexts: [
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ build: [
1111 [ "dune" "build" "-p" name "-j" jobs ] ]
1212depends: [
1313 "ocaml" {>= "4.09.0"}
14- "dune"
15- "rawlink"
14+ "dune" {>= "3.2"}
15+ "rawlink" {>= "2.1"}
1616 "lwt" {>= "2.4.7"}
1717]
1818depexts: [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111 [ "dune" "build" "-p" name "-j" jobs ] ]
1212depends: [
1313 "ocaml" {>= "4.09.0"}
14- "dune"
14+ "dune" {>= "3.2"}
1515 "cstruct" {>= "6.1.0"}
1616 "ppx_cstruct"
1717]
You can’t perform that action at this time.
0 commit comments