Skip to content

Commit 21bc705

Browse files
authored
Try fixing dream lower bound breakage
In #27194 (comment) we noticed a CI build breakage caused by dream-httpaf not setting a lower bound on the `h2` package. Setting it here.
1 parent 631e587 commit 21bc705

File tree

1 file changed

+1
-1
lines changed
  • packages/dream-httpaf/dream-httpaf.1.0.0~alpha4

1 file changed

+1
-1
lines changed

packages/dream-httpaf/dream-httpaf.1.0.0~alpha4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"dune" {>= "2.7.0"} # --instrument-with.
1818
"gluten"
1919
"gluten-lwt-unix"
20-
"h2" {< "0.13.0"}
20+
"h2" {= "0.12.0"}
2121
"h2-lwt-unix"
2222
"httpun" {< "0.2.0"}
2323
"httpun-lwt-unix"

0 commit comments

Comments
 (0)