We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04841de commit f9b4f66Copy full SHA for f9b4f66
dune-project
@@ -19,7 +19,7 @@
19
(ocaml (>= "5.0.0~"))
20
hdr_histogram
21
(cmdliner (>= 1.1.0))
22
- trace-fuchsia
+ (trace-fuchsia (>= 0.10.0))
23
(ocaml_intrinsics (>= v0.16.1))
24
(menhir :with-test)
25
(alcotest (and :with-test (>= 1.9.0)))))
runtime_events_tools.opam
@@ -13,7 +13,7 @@ depends: [
13
"ocaml" {>= "5.0.0~"}
14
"hdr_histogram"
15
"cmdliner" {>= "1.1.0"}
16
- "trace-fuchsia"
+ "trace-fuchsia" {>= "0.10.0"}
17
"ocaml_intrinsics" {>= "v0.16.1"}
18
"menhir" {with-test}
"alcotest" {with-test & >= "1.9.0"}
0 commit comments