diff --git a/dune-project b/dune-project index cb85dbc..f1aad15 100644 --- a/dune-project +++ b/dune-project @@ -14,5 +14,5 @@ (authors "Bartosz Taudul" "Simon Cruanes") (depends (ocaml (>= 4.08)) - (trace (and (>= 0.6) (< 0.7)))) + (trace (and (>= 0.6) (< 0.8)))) (synopsis "Client bindings to the Tracy profiler (v0.10)")) diff --git a/tracy-client.opam b/tracy-client.opam index 89b93bf..7db6179 100644 --- a/tracy-client.opam +++ b/tracy-client.opam @@ -10,7 +10,7 @@ bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "trace" {>= "0.6" & < "0.7"} + "trace" {>= "0.6" & < "0.8"} "odoc" {with-doc} ] build: [