mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
tighter bound on lwt
Some checks failed
github pages / deploy (push) Has been cancelled
build / build4 (4.14.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.1.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.2.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.3.x, ubuntu-latest) (push) Has been cancelled
Some checks failed
github pages / deploy (push) Has been cancelled
build / build4 (4.14.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.1.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.2.x, ubuntu-latest) (push) Has been cancelled
build / build5 (5.3.x, ubuntu-latest) (push) Has been cancelled
close #57
This commit is contained in:
parent
1b4c56b134
commit
00479b0f05
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
(synopsis "LSP server library")
|
||||
(depends
|
||||
("yojson"
|
||||
(>= "1.6"))
|
||||
(and (>= "1.6") (< "3.0")))
|
||||
"logs"
|
||||
("trace"
|
||||
(>= "0.4"))
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ homepage: "https://github.com/c-cube/linol"
|
|||
bug-reports: "https://github.com/c-cube/linol/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.0"}
|
||||
"yojson" {>= "1.6"}
|
||||
"yojson" {>= "1.6" & < "3.0"}
|
||||
"logs"
|
||||
"trace" {>= "0.4"}
|
||||
"ocaml" {>= "4.14"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue