update deps to ppxlib=0.37~

This commit is contained in:
Simon Cruanes 2025-12-09 12:11:08 -05:00
parent 0947d2d523
commit 3f21ea67ce
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
; we use __FUNCTION__ ; we use __FUNCTION__
(ppxlib (ppxlib
(and (and
(>= 0.28) (>= 0.37)
(< 0.38))) (< 0.38)))
(trace (trace
(= :version)) (= :version))

View file

@ -10,7 +10,7 @@ homepage: "https://github.com/c-cube/ocaml-trace"
bug-reports: "https://github.com/c-cube/ocaml-trace/issues" bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
depends: [ depends: [
"ocaml" {>= "4.12"} "ocaml" {>= "4.12"}
"ppxlib" {>= "0.28" & < "0.38"} "ppxlib" {>= "0.37" & < "0.38"}
"trace" {= version} "trace" {= version}
"trace-tef" {= version & with-test} "trace-tef" {= version & with-test}
"dune" {>= "2.9"} "dune" {>= "2.9"}