Skip to content

Commit 8cfaf74

Browse files
authored
Merge pull request ocaml#23534 from hannesm/revdeps-tcpip-8-0-0
Revdeps tcpip 8 0 0
2 parents e21dacc + 3b67777 commit 8cfaf74

File tree

5 files changed

+5
-5
lines changed
  • packages
    • mirage-nat
      • mirage-nat.2.2.5
      • mirage-nat.3.0.0
      • mirage-nat.3.0.1
    • mirage-stack/mirage-stack.4.0.0
    • mirage-vnetif-stack/mirage-vnetif-stack.0.6.0

5 files changed

+5
-5
lines changed

packages/mirage-nat/mirage-nat.2.2.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

packages/mirage-nat/mirage-nat.3.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

packages/mirage-nat/mirage-nat.3.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

packages/mirage-stack/mirage-stack.4.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/mirage/mirage-stack/issues"
99
depends: [
1010
"ocaml" {>= "4.08.0"}
1111
"dune" {>= "1.0"}
12-
"tcpip" {>= "7.0.0"}
12+
"tcpip" {>= "7.0.0" & < "8.0.0"}
1313
]
1414
build: [
1515
["dune" "subst"] {dev}

packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)