relax constraints on lsp

This commit is contained in:
Simon Cruanes 2021-04-15 15:41:21 -04:00
parent 2a3c815a08
commit e77fded638
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ build: [
depends: [ depends: [
"dune" { >= "2.0" } "dune" { >= "2.0" }
"linol" { = version } "linol" { = version }
"lsp" { >= "1.4" & < "1.5" } "lsp" { >= "1.4" & < "1.6" }
"jsonrpc" { >= "1.4" & < "1.5" } "jsonrpc" { >= "1.4" & < "1.6" }
"containers" { >= "3.0" & < "4.0" } "containers" { >= "3.0" & < "4.0" }
"lwt" { >= "5.1" & < "6.0" } "lwt" { >= "5.1" & < "6.0" }
"base-unix" "base-unix"

View file

@ -15,7 +15,7 @@ depends: [
"containers" { >= "3.0" & < "4.0" } "containers" { >= "3.0" & < "4.0" }
"yojson" { >= "1.6" } "yojson" { >= "1.6" }
"logs" "logs"
"lsp" { >= "1.4" & < "1.5" } "lsp" { >= "1.4" & < "1.6" }
"ocaml" { >= "4.08" } "ocaml" { >= "4.08" }
"odoc" { with-doc } "odoc" { with-doc }
] ]