File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
mirage-stack/mirage-stack.4.0.0
mirage-vnetif-stack/mirage-vnetif-stack.0.6.0 Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "lru" {>= "0.3.0"}
1919 "ppx_deriving" {>= "4.2"}
2020 "dune" {>= "1.0"}
21- "tcpip" {>= "7.0.0"}
21+ "tcpip" {>= "7.0.0" & < "8.0.0" }
2222 "ethernet" {>= "3.0.0"}
2323 "alcotest" {with-test}
2424 "mirage-clock-unix" {with-test}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
1717 "cstruct" {>= "6.0.0"}
1818 "lru" {>= "0.3.0"}
1919 "dune" {>= "1.0"}
20- "tcpip" { >= "7.0.0" }
20+ "tcpip" { >= "7.0.0" & < "8.0.0" }
2121 "ethernet" { >= "3.0.0" }
2222 "alcotest" {with-test}
2323 "mirage-clock-unix" {with-test}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
1717 "cstruct" {>= "6.0.0"}
1818 "lru" {>= "0.3.0"}
1919 "dune" {>= "1.0"}
20- "tcpip" { >= "7.0.0" }
20+ "tcpip" { >= "7.0.0" & < "8.0.0" }
2121 "ethernet" { >= "3.0.0" }
2222 "alcotest" {with-test}
2323 "mirage-clock-unix" {with-test}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/mirage/mirage-stack/issues"
99depends: [
1010 "ocaml" {>= "4.08.0"}
1111 "dune" {>= "1.0"}
12- "tcpip" {>= "7.0.0"}
12+ "tcpip" {>= "7.0.0" & < "8.0.0" }
1313]
1414build: [
1515 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
2323 "mirage-net" {>= "3.0.0"}
2424 "mirage-random"
2525 "mirage-vnetif" {= version}
26- "tcpip" {>= "7.0.0"}
26+ "tcpip" {>= "7.0.0" & < "8.0.0" }
2727 "ethernet"
2828 "cstruct" {>="6.0.0"}
2929 "ipaddr" {>= "5.0.0"}
You can’t perform that action at this time.
0 commit comments