Skip to content

Commit 088ce54

Browse files
authored
Merge pull request #56 from tmcgilchrist/dune_lower_bound
Add dune 3.16 lower bound.
2 parents a7763ee + 2caff44 commit 088ce54

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.2)
1+
(lang dune 3.16)
22

33
(name runtime_events_tools)
44
(version "0.5.1")

runtime_events_tools.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "ISC"
99
homepage: "https://github.com/tarides/runtime_events_tools"
1010
bug-reports: "https://github.com/tarides/runtime_events_tools/issues"
1111
depends: [
12-
"dune" {>= "3.2"}
12+
"dune" {>= "3.16"}
1313
"ocaml" {>= "5.0.0~"}
1414
"hdr_histogram"
1515
"cmdliner" {>= "1.1.0"}

runtime_events_tools_bare.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "ISC"
1010
homepage: "https://github.com/tarides/runtime_events_tools"
1111
bug-reports: "https://github.com/tarides/runtime_events_tools/issues"
1212
depends: [
13-
"dune" {>= "3.2"}
13+
"dune" {>= "3.16"}
1414
"ocaml" {>= "5.0.0~"}
1515
"cmdliner" {>= "1.1.0"}
1616
"odoc" {with-doc}

0 commit comments

Comments
 (0)