File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ possible and does not make any assumptions about IO.
5151 ( chrome-trace ( >= 3 .3.0) )
5252 dyn
5353 stdune
54- ( fiber ( >= 3 .1.1) )
54+ ( fiber ( and ( >= 3 .1.1) ( < 4 .0.0 ) ) )
5555 xdg
5656 ordering
5757 dune-build-info
5858 spawn
5959 ( odoc-parser ( >= 2 .0.0) )
6060 ( ppx_expect ( and ( >= v0.15.0) :with -test) )
6161 ( ocamlformat ( and :with -test ( = 0 .24.1) ) )
62- ( ocamlc-loc ( and ( >= 3 .5.0 ) ( < 3 . 7.0) ) )
62+ ( ocamlc-loc ( >= 3 .7.0) )
6363 ( uutf ( >= 1 .0.2) )
6464 ( pp ( >= 1 .1.2) )
6565 ( csexp ( >= 1 .5) )
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ depends: [
2727 "chrome-trace" {>= "3.3.0"}
2828 "dyn"
2929 "stdune"
30- "fiber" {>= "3.1.1"}
30+ "fiber" {>= "3.1.1" & < "4.0.0" }
3131 "xdg"
3232 "ordering"
3333 "dune-build-info"
3434 "spawn"
3535 "odoc-parser" {>= "2.0.0"}
3636 "ppx_expect" {>= "v0.15.0" & with-test}
3737 "ocamlformat" {with-test & = "0.24.1"}
38- "ocamlc-loc" {>= "3.5.0" & < "3. 7.0"}
38+ "ocamlc-loc" {>= "3.7.0"}
3939 "uutf" {>= "1.0.2"}
4040 "pp" {>= "1.1.2"}
4141 "csexp" {>= "1.5"}
You can’t perform that action at this time.
0 commit comments