Skip to content

Commit 4287a36

Browse files
authored
chore: update constraints (#1147)
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 405ef19 commit 4287a36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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))

ocaml-lsp-server.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)