mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
chore: bump ocamlforamt to 0.27
This commit is contained in:
parent
28b78cd741
commit
45fae39c29
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version = 0.26.2
|
||||
version = 0.27.0
|
||||
profile=conventional
|
||||
margin=80
|
||||
if-then-else=k-r
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@
|
|||
(ocamlformat
|
||||
(and
|
||||
:with-dev-setup
|
||||
(>= 0.24)
|
||||
(< 0.25))))
|
||||
(>= 0.27)
|
||||
(< 0.28))))
|
||||
(depopts trace lwt eio)
|
||||
(conflicts
|
||||
(trace
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ depends: [
|
|||
"alcotest" {with-test}
|
||||
"pbrt" {>= "3.0" & < "4.0"}
|
||||
"ocaml-lsp-server" {with-dev-setup}
|
||||
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
|
||||
]
|
||||
depopts: ["trace" "lwt" "eio"]
|
||||
conflicts: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue