File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111]
1212depends: [
1313 "ocaml" {>= "4.06"}
14- "h2" {> = version}
14+ "h2" {= version}
1515 "dune" {>= "1.7"}
1616 "lwt"
1717 "gluten-lwt" {>= "0.2.1"}
Original file line number Diff line number Diff 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]
2626build: [
2727 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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]
2626build: [
2727 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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]
2626build: [
2727 ["dune" "subst"] {dev}
Original file line number Diff line number Diff 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]
2626conflicts: [ "result" {< "1.5"} ]
2727build: [
Original file line number Diff line number Diff 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]
2525conflicts: [ "result" {< "1.5"} ]
2626build: [
Original file line number Diff line number Diff 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]
2525conflicts: [ "result" {< "1.5"} ]
2626build: [
Original file line number Diff line number Diff 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"}
Original file line number Diff line number Diff 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"}
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments