We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85e90d commit 9ff3af8Copy full SHA for 9ff3af8
dune-project
@@ -14,5 +14,5 @@
14
(authors "Bartosz Taudul" "Simon Cruanes")
15
(depends
16
(ocaml (>= 4.08))
17
- (trace (and (>= 0.6) (< 0.7))))
+ (trace (and (>= 0.6) (< 0.8))))
18
(synopsis "Client bindings to the Tracy profiler (v0.10)"))
tracy-client.opam
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/imandra-ai/ocaml-tracy/issues"
10
depends: [
11
"dune" {>= "2.7"}
12
"ocaml" {>= "4.08"}
13
- "trace" {>= "0.6" & < "0.7"}
+ "trace" {>= "0.6" & < "0.8"}
"odoc" {with-doc}
]
build: [
0 commit comments