mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
meta: Lock down the version of ocamlformat
This commit is contained in:
parent
9fd5fd8536
commit
c82cd6d798
2 changed files with 9 additions and 1 deletions
|
|
@ -27,7 +27,13 @@
|
|||
ambient-context
|
||||
(odoc :with-doc)
|
||||
(pbrt
|
||||
(>= 2.3)))
|
||||
(>= 2.3))
|
||||
(ocaml-lsp-server :with-dev-setup)
|
||||
(ocamlformat
|
||||
(and
|
||||
:with-dev-setup
|
||||
(>= 0.24)
|
||||
(< 0.25))))
|
||||
(depopts
|
||||
(trace
|
||||
(>= 0.1)))
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ depends: [
|
|||
"ambient-context"
|
||||
"odoc" {with-doc}
|
||||
"pbrt" {>= "2.3"}
|
||||
"ocaml-lsp-server" {with-dev-setup}
|
||||
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||
]
|
||||
depopts: [
|
||||
"trace" {>= "0.1"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue