Skip to content

Commit 02cf9d4

Browse files
committed
Fix lower-bounds on hurl.0.0.1~beta1
1 parent 58e3aa6 commit 02cf9d4

File tree

1 file changed

+3
-3
lines changed
  • packages/hurl/hurl.0.0.1~beta1

1 file changed

+3
-3
lines changed

packages/hurl/hurl.0.0.1~beta1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ license: "BSD-3-clause"
88

99
depends: [
1010
"ocaml" {>= "5.1.0"}
11-
"dune" {>= "2.0.0"}
11+
"dune" {>= "2.8.0"}
1212
"httpcats" {>= "0.1.0"}
1313
"mirage-crypto-rng-miou-unix"
1414
"hxd" {>= "0.3.4"}
15-
"multipart_form"
15+
"multipart_form" {>= "0.6.0"}
1616
"cmdliner" {>= "1.3.0"}
1717
"jsonm"
18-
"decompress"
18+
"decompress" {>= "1.5.0"}
1919
"bstr" {>= "0.0.2"}
2020
]
2121
conflicts: [ "result" {< "1.5"} ]

0 commit comments

Comments
 (0)