Skip to content

Commit 12d53ec

Browse files
committed
fix dune dependency
1 parent 530b96b commit 12d53ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reparse-lwt-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "MPL-2.0"
88
homepage: "https://github.com/lemaetech/reparse"
99
bug-reports: "https://github.com/lemaetech/reparse/issues"
1010
depends: [
11-
"dune" {>= "2.8"}
11+
"dune" {>= "2.9"}
1212
"ocaml" {>= "4.10.0"}
1313
"lwt" {>= "5.4.1"}
1414
"cstruct" {>= "6.0.0"}

reparse-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "MPL-2.0"
88
homepage: "https://github.com/lemaetech/reparse"
99
bug-reports: "https://github.com/lemaetech/reparse/issues"
1010
depends: [
11-
"dune" {>= "2.8"}
11+
"dune" {>= "2.9"}
1212
"ocaml" {>= "4.10.0"}
1313
"lwt" {>= "5.4.1"}
1414
"cstruct" {>= "6.0.0"}

0 commit comments

Comments
 (0)