mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
fix spurious bound
This commit is contained in:
parent
2b02a94eba
commit
a947d255bf
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
("eio"
|
("eio"
|
||||||
(and
|
(and
|
||||||
(>= "1.0")
|
(>= "1.0")
|
||||||
(< "1.0")))
|
(< "2.0")))
|
||||||
("lsp"
|
("lsp"
|
||||||
(and
|
(and
|
||||||
(>= "1.17")
|
(>= "1.17")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue