diff --git a/dune-project b/dune-project index 8bdbe10..1914fc7 100644 --- a/dune-project +++ b/dune-project @@ -39,7 +39,7 @@ (ocaml (>= 4.12)) ; we use __FUNCTION__ (ppxlib - (>= 0.28)) + (and (>= 0.28) (< 0.36))) (trace (= :version)) (trace-tef diff --git a/ppx_trace.opam b/ppx_trace.opam index 255e00d..8a03fcf 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"} + "ppxlib" {>= "0.28" & < "0.36"} "trace" {= version} "trace-tef" {= version & with-test} "dune" {>= "2.9"}