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"}