From 15edb582d001c591f66941ae06abd47dc8e0a60d Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 1 Nov 2025 22:18:25 -0400 Subject: [PATCH] fix: relax bound on ppxlib --- dune-project | 2 +- ppx_trace.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 44135a7..78ee148 100644 --- a/dune-project +++ b/dune-project @@ -45,7 +45,7 @@ (ppxlib (and (>= 0.28) - (< 0.36))) + (< 0.38))) (trace (= :version)) (trace-tef diff --git a/ppx_trace.opam b/ppx_trace.opam index d719385..6d14849 100644 --- a/ppx_trace.opam +++ b/ppx_trace.opam @@ -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.36"} + "ppxlib" {>= "0.28" & < "0.38"} "trace" {= version} "trace-tef" {= version & with-test} "dune" {>= "2.9"}