We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcedba7 commit dce5b6dCopy full SHA for dce5b6d
dune-project
@@ -19,8 +19,8 @@
19
(ocaml (>= "5.0.0~"))
20
hdr_histogram
21
(cmdliner (and (>= 1.1.0) (< 2.0)))
22
- (trace-fuchsia (>= 0.10))
23
- (trace (>= 0.10))
+ (trace-fuchsia (= 0.10))
+ (trace (= 0.10))
24
(menhir :with-test)
25
(ocamlformat (and :with-dev-setup (= 0.27.0)))
26
(alcotest (and :with-test (>= 1.9.0)))))
runtime_events_tools.opam
@@ -12,8 +12,8 @@ depends: [
12
"ocaml" {>= "5.0.0~"}
13
"hdr_histogram"
14
"cmdliner" {>= "1.1.0" & < "2.0"}
15
- "trace-fuchsia" {>= "0.10"}
16
- "trace" {>= "0.10"}
+ "trace-fuchsia" {= "0.10"}
+ "trace" {= "0.10"}
17
"menhir" {with-test}
18
"ocamlformat" {with-dev-setup & = "0.27.0"}
"alcotest" {with-test & >= "1.9.0"}
0 commit comments