File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
fuseau-lwt/fuseau-lwt.0.1 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/c-cube/fuseau/issues"
99depends: [
1010 "dune" {>= "3.0"}
1111 "trace" {>= "0.6"}
12- "lwt"
12+ "lwt" {< "6~"}
1313 "base-unix"
1414 "trace-tef" {with-test}
1515 "fuseau" {= version}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
2020 "ppx_sexp_conv"
2121 "dune-build-info"
2222 "ocluster-api" {= version}
23- "lwt"
23+ "lwt" {< "6~"}
2424 "capnp-rpc-lwt"
2525 "capnp-rpc-net" {< "2.0"}
2626 "capnp-rpc-unix" {>= "0.9.0" & < "2.0"}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ depends: [
3131 "fmt"
3232 "fpath"
3333 "logs"
34- "lwt" {>= "5.6.1"}
34+ "lwt" {>= "5.6.1" & < "6~" }
3535 "lwt-dllist"
3636 "mirage-crypto" {>= "0.8.5" & < "1.0.0"}
3737 "obuilder" {>= "0.5.1" & < "6.0.0"}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ depends: [
2222 "ppx_sexp_conv"
2323 "dune-build-info"
2424 "ocluster-api" {= version}
25- "lwt" {>= "5.6.1"}
25+ "lwt" {>= "5.6.1" & < "6~" }
2626 "capnp-rpc-lwt"
2727 "capnp-rpc-net" {< "2.0"}
2828 "capnp-rpc-unix" {>= "1.2" & < "2.0"}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ depends: [
4040 "fmt"
4141 "fpath"
4242 "logs"
43- "lwt" {>= "5.6.1"}
43+ "lwt" {>= "5.6.1" & < "6~" }
4444 "lwt-dllist"
4545 "mirage-crypto" {>= "0.8.5" & < "1.0.0"}
4646 "obuilder" {>= "0.6.0"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "mtime" {>= "2.0.0"}
1515 "psq" {>= "0.2.1"}
1616 "multicore-magic" {>= "2.1.0"}
17- "lwt" {>= "5.7.0"}
17+ "lwt" {>= "5.7.0" & < "6~" }
1818 "multicore-bench" {>= "0.1.2" & with-test}
1919 "alcotest" {>= "1.7.0" & with-test}
2020 "qcheck-core" {>= "0.21.2" & with-test}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "mtime" {>= "2.0.0"}
1515 "psq" {>= "0.2.1"}
1616 "multicore-magic" {>= "2.2.0"}
17- "lwt" {>= "5.7.0"}
17+ "lwt" {>= "5.7.0" & < "6~" }
1818 "multicore-bench" {>= "0.1.3" & with-test}
1919 "alcotest" {>= "1.7.0" & with-test}
2020 "qcheck-core" {>= "0.21.2" & with-test}
You can’t perform that action at this time.
0 commit comments