File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ possible and does not make any assumptions about IO.
31
31
" )
32
32
( depends
33
33
( jsonrpc ( = :version ) )
34
- yojson
34
+ ( yojson ( < 3 .0.0 ) )
35
35
( ppx_yojson_conv_lib ( >= " v0.14" ) )
36
36
( cinaps :with -test)
37
37
( ppx_expect ( and ( >= v0.17.0) :with -test) )
@@ -45,7 +45,7 @@ possible and does not make any assumptions about IO.
45
45
(synopsis " LSP Server for OCaml" )
46
46
( description " An LSP server for OCaml." )
47
47
( depends
48
- yojson
48
+ ( yojson ( < 3 .0.0 ) )
49
49
( base ( >= v0.16.0) )
50
50
( lsp ( = :version ) )
51
51
( jsonrpc ( = :version ) )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
25
25
depends: [
26
26
"dune" {>= "3.0"}
27
27
"jsonrpc" {= version}
28
- "yojson"
28
+ "yojson" {< "3.0.0"}
29
29
"ppx_yojson_conv_lib" {>= "v0.14"}
30
30
"cinaps" {with-test}
31
31
"ppx_expect" {>= "v0.17.0" & with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
20
20
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
21
21
depends: [
22
22
"dune" {>= "3.0"}
23
- "yojson"
23
+ "yojson" {< "3.0.0"}
24
24
"base" {>= "v0.16.0"}
25
25
"lsp" {= version}
26
26
"jsonrpc" {= version}
You can’t perform that action at this time.
0 commit comments