Skip to content

Commit adc0519

Browse files
authored
Merge pull request #160 from inhabitedtype/dune-version
dune-version: add lower bound to dune dependency
2 parents 7de2d4e + cb1d877 commit adc0519

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

httpaf-async.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
]
1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"dune"
16+
"dune" {>= "1.5.0"}
1717
"faraday-async"
1818
"async"
1919
"httpaf" {>= "0.6.0"}

httpaf-lwt-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ocaml" {>= "4.03.0"}
1818
"faraday-lwt-unix"
1919
"httpaf" {>= "0.6.0"}
20-
"dune"
20+
"dune" {>= "1.5.0"}
2121
"lwt"
2222
]
2323
synopsis: "Lwt support for http/af"

httpaf.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
]
1313
depends: [
1414
"ocaml" {>= "4.03.0"}
15-
"dune"
15+
"dune" {>= "1.5.0"}
1616
"alcotest" {with-test}
1717
"bigstringaf" {>= "0.4.0"}
1818
"angstrom" {>= "0.9.0"}

0 commit comments

Comments
 (0)