Skip to content

Commit e6be410

Browse files
committed
h2 and h2-mirage: fix lower bounds on gluten and base64
1 parent f85e121 commit e6be410

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

packages/h2-mirage/h2-mirage.0.6.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ depends: [
1313
"ocaml" {>= "4.06"}
1414
"faraday-lwt"
1515
"h2-lwt" {>= version}
16-
"gluten-lwt" {>= "0.2.0"}
16+
"gluten-lwt" {>= "0.2.0" & < "0.3.0"}
1717
"dune" {>= "1.7"}
1818
"lwt"
19-
"gluten-mirage"
19+
"gluten-mirage" {< "0.3.0"}
2020
"conduit-mirage" {>= "2.0.2" & < "2.3.0"}
2121
"mirage-flow" {>= "2.0.0"}
2222
"cstruct"

packages/h2-mirage/h2-mirage.0.8.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ depends: [
1313
"ocaml" {>= "4.06"}
1414
"faraday-lwt"
1515
"h2-lwt" {>= version}
16-
"gluten-lwt" {>= "0.2.0"}
16+
"gluten-lwt" {>= "0.2.0" & < "0.3.0"}
1717
"dune" {>= "1.7"}
1818
"lwt"
19-
"gluten-mirage"
19+
"gluten-mirage" {< "0.3.0"}
2020
"conduit-mirage" {>= "2.0.2"}
2121
"mirage-flow" {>= "2.0.0"}
2222
"cstruct"

packages/h2/h2.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"alcotest" {with-test}
1616
"yojson" {with-test}
1717
"hex" {with-test}
18-
"base64"
18+
"base64" {>= "3.0.0"}
1919
"bigstringaf" {>= "0.5.0"}
2020
"angstrom" {>= "0.11.2" & < "0.14.0"}
2121
"faraday" {>= "0.5.0"}

packages/h2/h2.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"alcotest" {with-test}
1616
"yojson" {with-test}
1717
"hex" {with-test}
18-
"base64"
18+
"base64" {>= "3.0.0"}
1919
"bigstringaf" {>= "0.5.0"}
2020
"angstrom" {>= "0.14.0"}
2121
"faraday" {>= "0.5.0"}

packages/h2/h2.0.6.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"alcotest" {with-test}
1616
"yojson" {with-test}
1717
"hex" {with-test}
18-
"base64"
18+
"base64" {>= "3.0.0"}
1919
"bigstringaf" {>= "0.5.0"}
2020
"angstrom" {>= "0.14.0"}
2121
"faraday" {>= "0.5.0"}

packages/h2/h2.0.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"alcotest" {with-test}
1616
"yojson" {with-test}
1717
"hex" {with-test}
18-
"base64"
18+
"base64" {>= "3.0.0"}
1919
"bigstringaf" {>= "0.5.0"}
2020
"angstrom" {>= "0.14.0"}
2121
"faraday" {>= "0.5.0"}

packages/h2/h2.0.8.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"alcotest" {with-test}
1616
"yojson" {with-test}
1717
"hex" {with-test}
18-
"base64"
18+
"base64" {>= "3.0.0"}
1919
"bigstringaf" {>= "0.5.0"}
2020
"angstrom" {>= "0.14.0"}
2121
"faraday" {>= "0.5.0"}

0 commit comments

Comments
 (0)