Skip to content

Commit f9b4f66

Browse files
committed
Lower bound trace-fuchsia
1 parent 04841de commit f9b4f66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(ocaml (>= "5.0.0~"))
2020
hdr_histogram
2121
(cmdliner (>= 1.1.0))
22-
trace-fuchsia
22+
(trace-fuchsia (>= 0.10.0))
2323
(ocaml_intrinsics (>= v0.16.1))
2424
(menhir :with-test)
2525
(alcotest (and :with-test (>= 1.9.0)))))

runtime_events_tools.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"ocaml" {>= "5.0.0~"}
1414
"hdr_histogram"
1515
"cmdliner" {>= "1.1.0"}
16-
"trace-fuchsia"
16+
"trace-fuchsia" {>= "0.10.0"}
1717
"ocaml_intrinsics" {>= "v0.16.1"}
1818
"menhir" {with-test}
1919
"alcotest" {with-test & >= "1.9.0"}

0 commit comments

Comments
 (0)