Skip to content

Commit 6ef11c3

Browse files
authored
Merge pull request #27966 from Leonidas-from-XIV/lsp-csexp
Fix lower bound of `csexp` in `lsp`
2 parents 5d2fb39 + 3a0740f commit 6ef11c3

File tree

1 file changed

+2
-2
lines changed
  • packages/lsp/lsp.1.6.0

1 file changed

+2
-2
lines changed

packages/lsp/lsp.1.6.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ depends: [
2222
"dune" {>= "2.7"}
2323
"jsonrpc" {= version}
2424
"yojson"
25-
"ppx_yojson_conv_lib"
26-
"csexp"
25+
"ppx_yojson_conv_lib" {>= "v0.14.0"}
26+
"csexp" {>= "1.4.0"}
2727
"uutf"
2828
"result" {>= "1.5"}
2929
"odoc" {with-doc}

0 commit comments

Comments
 (0)