Merge pull request #26450 from hannesm/paf-bound
restrict http-mirage-client 0.0.6 to paf < 0.7
Hannes Mehnert 1 year ago 2beff567 2c6ced5c
··· 10 10 depends: [ 11 11 "dune" {>= "2.3"} 12 12 "ocaml" {>= "4.11.0"} 13 13 - "paf" {>= "0.2.0"} 13 13 + "paf" {>= "0.2.0" & < "0.7.0"} 14 14 "mirage-clock" {>= "4.0.0"} 15 15 "mirage-time" {>= "3.0.0"} 16 16 "tcpip" {>= "7.0.0"}