File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/capnp-rpc-mirage Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "astring" {with-test}
1717 "fmt"
1818 "logs"
19- "dns-client" {>= "5.0.0"}
19+ "dns-client" {>= "5.0.0" & < "7.0.0" }
2020 "tls-mirage" {< "0.15.0"}
2121 "mirage-stack" {>= "2.0.0"}
2222 "arp" {>= "2.3.0" & with-test}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "astring" {with-test}
1717 "fmt" {>= "0.8.7"}
1818 "logs"
19- "dns-client" {>= "6.0.0"}
19+ "dns-client" {>= "6.0.0" & < "7.0.0" }
2020 "tls-mirage"
2121 "mirage-stack" {>= "2.2.0"}
2222 "arp" {>= "2.3.0" & with-test}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "capnp-rpc-net" {= version}
1616 "fmt" {>= "0.8.7"}
1717 "logs"
18- "dns-client" {>= "6.0.0"}
18+ "dns-client" {>= "6.0.0" & < "7.0.0" }
1919 "tls-mirage"
2020 "tcpip" {>= "7.0.0"}
2121 "alcotest" {>= "1.0.1" & with-test}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "astring" {with-test}
1717 "fmt"
1818 "logs"
19- "dns-client" {>= "5.0.0"}
19+ "dns-client" {>= "5.0.0" & < "7.0.0" }
2020 "tls-mirage" {< "0.15.0"}
2121 "mirage-stack" {>= "2.0.0"}
2222 "arp" {>= "2.3.0" & with-test}
You can’t perform that action at this time.
0 commit comments