Skip to content

Commit 5a8ba8a

Browse files
Fix lower bound of csexp in lsp
Suggestion provided by @mseri, thanks!
1 parent 8106bcf commit 5a8ba8a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/lsp/lsp.1.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"jsonrpc" {= version}
2424
"yojson"
2525
"ppx_yojson_conv_lib"
26-
"csexp"
26+
"csexp" {>= "1.4.0"}
2727
"uutf"
2828
"result" {>= "1.5"}
2929
"odoc" {with-doc}

0 commit comments

Comments
 (0)