this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26034 from hannesm/http-mirage-client-fix-bounds

http-mirage-client: add an upper bound to mimic-happy-eyeballs at 0.0.7

authored by

Marcello Seri and committed by
GitHub
32920398 940717b3

+3 -3
+1 -1
packages/http-mirage-client/http-mirage-client.0.0.3/opam
··· 15 15 "mirage-time" {>= "3.0.0"} 16 16 "tcpip" {>= "7.0.0"} 17 17 "lwt" {>= "5.5.0"} 18 - "mimic-happy-eyeballs" 18 + "mimic-happy-eyeballs" {< "0.0.8"} 19 19 "httpaf" 20 20 "alcotest-lwt" {with-test} 21 21 "mirage-clock-unix" {with-test}
+1 -1
packages/http-mirage-client/http-mirage-client.0.0.4/opam
··· 15 15 "mirage-time" {>= "3.0.0"} 16 16 "tcpip" {>= "7.0.0"} 17 17 "lwt" {>= "5.5.0"} 18 - "mimic-happy-eyeballs" 18 + "mimic-happy-eyeballs" {< "0.0.8"} 19 19 "httpaf" 20 20 "alcotest-lwt" {with-test} 21 21 "mirage-clock-unix" {with-test & >= "4.0.0"}
+1 -1
packages/http-mirage-client/http-mirage-client.0.0.5/opam
··· 15 15 "mirage-time" {>= "3.0.0"} 16 16 "tcpip" {>= "7.0.0"} 17 17 "lwt" {>= "5.5.0"} 18 - "mimic-happy-eyeballs" 18 + "mimic-happy-eyeballs" {< "0.0.8"} 19 19 "httpaf" 20 20 "alcotest-lwt" {with-test} 21 21 "mirage-clock-unix" {with-test & >= "4.0.0"}