this repo has no description
0
fork

Configure Feed

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

Merge pull request #26084 from hannesm/fix-pgx_lwt_mirage-bounds

pgx_lwt_mirage: restrict to dns-client < 8.0.0

authored by

Marcello Seri and committed by
GitHub
dc3d47c5 3dc372d9

+2 -2
+1 -1
packages/pgx_lwt_mirage/pgx_lwt_mirage.2.1/opam
··· 14 14 "logs" 15 15 "mirage-channel" 16 16 "conduit-mirage" {>= "2.3.0"} 17 - "dns-client" {>= "6.0.0"} 17 + "dns-client" {>= "6.0.0" & < "8.0.0"} 18 18 "mirage-random" {< "4.0.0"} 19 19 "mirage-time" 20 20 "mirage-clock"
+1 -1
packages/pgx_lwt_mirage/pgx_lwt_mirage.2.2/opam
··· 14 14 "logs" 15 15 "mirage-channel" 16 16 "conduit-mirage" {>= "2.3.0"} 17 - "dns-client" {>= "6.0.0"} 17 + "dns-client" {>= "6.0.0" & < "8.0.0"} 18 18 "mirage-random" {< "4.0.0"} 19 19 "mirage-time" 20 20 "mirage-clock"