Skip to content

Commit 6b4c3ac

Browse files
authored
Merge pull request ocaml#23537 from anmonteiro/anmonteiro/h2-0.10.0-revdeps
h2 0.10.0 revdeps
2 parents 4fb6e54 + e3a62e4 commit 6b4c3ac

File tree

11 files changed

+11
-11
lines changed
  • packages
    • h2-lwt/h2-lwt.0.9.0
    • http-lwt-client
      • http-lwt-client.0.0.7
      • http-lwt-client.0.0.8
      • http-lwt-client.0.1.0
      • http-lwt-client.0.2.0
      • http-lwt-client.0.2.1
      • http-lwt-client.0.2.2
    • paf

11 files changed

+11
-11
lines changed

packages/h2-lwt/h2-lwt.0.9.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.7/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.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.0.8/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.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.1.0/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.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.2.0/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.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.2.1/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.9.0"}
23+
"h2" {>= "0.9.0" & < "0.10.0"}
2424
]
2525
conflicts: [ "result" {< "1.5"} ]
2626
build: [

packages/http-lwt-client/http-lwt-client.0.2.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.9.0"}
24+
"h2" {>= "0.9.0" & < "0.10.0"}
2525
]
2626
conflicts: [ "result" {< "1.5"} ]
2727
build: [

packages/paf/paf.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"alcotest-lwt" {with-test}
2727
"bigstringaf" {>= "0.7.0"}
2828
"httpaf" {>= "0.7.1"}
29-
"h2" {>= "0.9.0"}
29+
"h2" {>= "0.9.0" & < "0.10.0"}
3030
"faraday" {>= "0.7.2"}
3131
"tls" {>= "0.15.0"}
3232
"cstruct" {>= "6.0.0"}

packages/paf/paf.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"alcotest-lwt" {with-test}
2727
"bigstringaf" {>= "0.7.0"}
2828
"httpaf" {>= "0.7.1"}
29-
"h2" {>= "0.9.0"}
29+
"h2" {>= "0.9.0" & < "0.10.0"}
3030
"faraday" {>= "0.7.2"}
3131
"tls" {>= "0.15.0"}
3232
"cstruct" {>= "6.0.0"}

packages/paf/paf.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"alcotest-lwt" {with-test}
2727
"bigstringaf" {>= "0.7.0"}
2828
"httpaf" {>= "0.7.1"}
29-
"h2" {>= "0.9.0"}
29+
"h2" {>= "0.9.0" & < "0.10.0"}
3030
"faraday" {>= "0.7.2"}
3131
"tls" {>= "0.15.0"}
3232
"cstruct" {>= "6.0.0"}

0 commit comments

Comments
 (0)