Skip to content

Commit 47e99f4

Browse files
authored
Merge pull request #28277 from jmid/dream-httpaf-upper-bounds
Set an upper bound of dream-httpaf for dream.1.0.0~alpha5-7
2 parents f6368c6 + c317d1f commit 47e99f4

File tree

3 files changed

+3
-3
lines changed
  • packages/dream
    • dream.1.0.0~alpha5
    • dream.1.0.0~alpha6
    • dream.1.0.0~alpha7

3 files changed

+3
-3
lines changed

packages/dream/dream.1.0.0~alpha5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ depends: [
5353
"conf-libev" {os != "win32"}
5454
"cstruct" {>= "6.0.0"}
5555
"digestif" {>= "0.7"} # to_raw_string.
56-
"dream-httpaf" {>= "1.0.0~alpha2"}
56+
"dream-httpaf" {>= "1.0.0~alpha2" & < "1.0.0~alpha4"}
5757
"dream-pure" {>= "1.0.0~alpha2"}
5858
"dune" {>= "2.7.0"} # --instrument-with.
5959
"fmt" {>= "0.8.7"} # `Italic.

packages/dream/dream.1.0.0~alpha6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ depends: [
5353
("conf-libev" {os != "win32"} | "ocaml" {os = "win32"})
5454
"cstruct" {>= "6.0.0"}
5555
"digestif" {>= "0.7"} # to_raw_string.
56-
"dream-httpaf" {>= "1.0.0~alpha2"}
56+
"dream-httpaf" {>= "1.0.0~alpha2" & < "1.0.0~alpha4"}
5757
"dream-pure" {>= "1.0.0~alpha2"}
5858
"dune" {>= "2.7.0"} # --instrument-with.
5959
"fmt" {>= "0.8.7"} # `Italic.

packages/dream/dream.1.0.0~alpha7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ depends: [
5555
("conf-libev" {os != "win32"} | "ocaml" {os = "win32"})
5656
"cstruct" {>= "6.0.0"}
5757
"digestif" {>= "0.7"} # to_raw_string.
58-
"dream-httpaf" {>= "1.0.0~alpha2"}
58+
"dream-httpaf" {>= "1.0.0~alpha2" & < "1.0.0~alpha4"}
5959
"dream-pure" {>= "1.0.0~alpha2"}
6060
"dune" {>= "2.7.0"} # --instrument-with.
6161
"fmt" {>= "0.8.7"} # `Italic.

0 commit comments

Comments
 (0)