relax bounds on ppxlib

This commit is contained in:
Simon Cruanes 2026-01-09 16:06:48 -05:00
parent 15edb582d0
commit aa2eef6f31
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
(ppxlib
(and
(>= 0.28)
(< 0.38)))
(< 0.36)))
(trace
(= :version))
(trace-tef

View file

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