Skip to content

Commit 9ff3af8

Browse files
committed
more lenient trace bound
1 parent f85e90d commit 9ff3af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
(authors "Bartosz Taudul" "Simon Cruanes")
1515
(depends
1616
(ocaml (>= 4.08))
17-
(trace (and (>= 0.6) (< 0.7))))
17+
(trace (and (>= 0.6) (< 0.8))))
1818
(synopsis "Client bindings to the Tracy profiler (v0.10)"))

tracy-client.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues"
1010
depends: [
1111
"dune" {>= "2.7"}
1212
"ocaml" {>= "4.08"}
13-
"trace" {>= "0.6" & < "0.7"}
13+
"trace" {>= "0.6" & < "0.8"}
1414
"odoc" {with-doc}
1515
]
1616
build: [

0 commit comments

Comments
 (0)