From aa2eef6f31461818f68dc427eafbbada60fc5a03 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 9 Jan 2026 16:06:48 -0500 Subject: [PATCH] relax bounds 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 78ee148..44135a7 100644 --- a/dune-project +++ b/dune-project @@ -45,7 +45,7 @@ (ppxlib (and (>= 0.28) - (< 0.38))) + (< 0.36))) (trace (= :version)) (trace-tef diff --git a/ppx_trace.opam b/ppx_trace.opam index 6d14849..d719385 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.38"} + "ppxlib" {>= "0.28" & < "0.36"} "trace" {= version} "trace-tef" {= version & with-test} "dune" {>= "2.9"}