Skip to content

Commit e5979cb

Browse files
authored
Merge pull request #21984 from anmonteiro/anmonteiro/h2-upper-bounds
Add h2 lower bounds in preparation for 0.9.0
2 parents 48b4473 + 3177607 commit e5979cb

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

packages/h2-lwt/h2-lwt.0.8.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
depends: [
1313
"ocaml" {>= "4.06"}
14-
"h2" {>= version}
14+
"h2" {= version}
1515
"dune" {>= "1.7"}
1616
"lwt"
1717
"gluten-lwt" {>= "0.2.1"}

packages/http-lwt-client/http-lwt-client.0.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"fmt"
2222
"bos"
2323
"happy-eyeballs-lwt"
24-
"h2" {>= "0.8.0"}
24+
"h2" {>= "0.8.0" & < "0.9.0"}
2525
]
2626
build: [
2727
["dune" "subst"] {dev}

packages/http-lwt-client/http-lwt-client.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"fmt"
2222
"bos"
2323
"happy-eyeballs-lwt"
24-
"h2" {>= "0.8.0"}
24+
"h2" {>= "0.8.0" & < "0.9.0"}
2525
]
2626
build: [
2727
["dune" "subst"] {dev}

packages/http-lwt-client/http-lwt-client.0.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"fmt"
2222
"bos"
2323
"happy-eyeballs-lwt"
24-
"h2" {>= "0.8.0"}
24+
"h2" {>= "0.8.0" & < "0.9.0"}
2525
]
2626
build: [
2727
["dune" "subst"] {dev}

packages/http-lwt-client/http-lwt-client.0.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"fmt"
2222
"bos"
2323
"happy-eyeballs-lwt"
24-
"h2" {>= "0.8.0"}
24+
"h2" {>= "0.8.0" & < "0.9.0"}
2525
]
2626
conflicts: [ "result" {< "1.5"} ]
2727
build: [

packages/http-lwt-client/http-lwt-client.0.0.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.8.0"}
23+
"h2" {>= "0.8.0" & < "0.9.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.0.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"fmt"
2121
"bos"
2222
"happy-eyeballs-lwt"
23-
"h2" {>= "0.8.0"}
23+
"h2" {>= "0.8.0" & < "0.9.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/paf/paf.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"bigstringaf" {>= "0.7.0"}
3333
"domain-name" {>= "0.3.0"}
3434
"httpaf" {>= "0.7.1"}
35-
"h2" {>= "0.7.0"}
35+
"h2" {>= "0.7.0" & < "0.9.0"}
3636
"duration" {>= "0.1.3"}
3737
"faraday" {>= "0.7.2"}
3838
"ipaddr" {>= "5.0.1"}

packages/paf/paf.0.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"bigstringaf" {>= "0.7.0"}
3333
"domain-name" {>= "0.3.0"}
3434
"httpaf" {>= "0.7.1"}
35-
"h2" {>= "0.7.0"}
35+
"h2" {>= "0.7.0" & < "0.9.0"}
3636
"duration" {>= "0.1.3"}
3737
"faraday" {>= "0.7.2"}
3838
"ipaddr" {>= "5.0.1"}

packages/paf/paf.0.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"alcotest-lwt" {with-test}
2828
"bigstringaf" {>= "0.7.0"}
2929
"httpaf" {>= "0.7.1"}
30-
"h2" {>= "0.7.0"}
30+
"h2" {>= "0.7.0" & < "0.9.0"}
3131
"faraday" {>= "0.7.2"}
3232
"tls" {>= "0.13.0" & < "0.14.0"}
3333
]

0 commit comments

Comments
 (0)