Skip to content

Commit 288ff11

Browse files
committed
earlybird.1.3.2: fix accidental dune lower bound
1 parent 753ba8b commit 288ff11

File tree

1 file changed

+1
-1
lines changed
  • packages/earlybird/earlybird.1.3.2

1 file changed

+1
-1
lines changed

packages/earlybird/earlybird.1.3.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license: "MIT"
66
homepage: "https://github.com/hackwaly/ocamlearlybird"
77
bug-reports: "https://github.com/hackwaly/ocamlearlybird/issues"
88
depends: [
9-
"dune" {>= "3.7"}
9+
"dune" {>= "2.8"}
1010
"ocaml" {>= "4.12.0"}
1111
"ppx_deriving" {>= "5.1" & < "5.3"}
1212
"ppx_deriving_yojson" {>= "3.6.1"}

0 commit comments

Comments
 (0)