Skip to content

Commit 3ad0e8e

Browse files
authored
Merge pull request #79 from tmcgilchrist/fuschia_0.10
Add bounds to trace-fuchsia.0.10
2 parents bcedba7 + dce5b6d commit 3ad0e8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
(ocaml (>= "5.0.0~"))
2020
hdr_histogram
2121
(cmdliner (and (>= 1.1.0) (< 2.0)))
22-
(trace-fuchsia (>= 0.10))
23-
(trace (>= 0.10))
22+
(trace-fuchsia (= 0.10))
23+
(trace (= 0.10))
2424
(menhir :with-test)
2525
(ocamlformat (and :with-dev-setup (= 0.27.0)))
2626
(alcotest (and :with-test (>= 1.9.0)))))

runtime_events_tools.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ depends: [
1212
"ocaml" {>= "5.0.0~"}
1313
"hdr_histogram"
1414
"cmdliner" {>= "1.1.0" & < "2.0"}
15-
"trace-fuchsia" {>= "0.10"}
16-
"trace" {>= "0.10"}
15+
"trace-fuchsia" {= "0.10"}
16+
"trace" {= "0.10"}
1717
"menhir" {with-test}
1818
"ocamlformat" {with-dev-setup & = "0.27.0"}
1919
"alcotest" {with-test & >= "1.9.0"}

0 commit comments

Comments
 (0)