mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
Drop redundant dependency on atomic
The linol library already depends on OCaml ≥ 4.14
This commit is contained in:
parent
68525aa24b
commit
630a6226bc
2 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ depends: [
|
|||
"dune" { >= "2.0" }
|
||||
"yojson" { >= "1.6" }
|
||||
"logs"
|
||||
"atomic"
|
||||
"trace" { >= "0.4" }
|
||||
"lsp" { >= "1.17" & < "1.18" }
|
||||
"jsonrpc" { >= "1.17" & < "1.18" }
|
||||
|
|
|
|||
2
src/dune
2
src/dune
|
|
@ -3,4 +3,4 @@
|
|||
(public_name linol)
|
||||
(private_modules log)
|
||||
(flags :standard -warn-error -a+8)
|
||||
(libraries yojson lsp logs atomic threads trace.core))
|
||||
(libraries yojson lsp logs threads trace.core))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue