Skip to content

Commit f34a370

Browse files
authored
Merge pull request ocaml#23377 from LasseBlaauwbroek/capnp-rpc-unix-marge-upper-bound
[capnp-rcp-unix] Add upper bound for mirage-crypto-rng
2 parents f89ed54 + 73675f9 commit f34a370

File tree

7 files changed

+7
-5
lines changed
  • packages
    • capnp-rpc-net
      • capnp-rpc-net.1.1
      • capnp-rpc-net.1.2
    • capnp-rpc-unix
      • capnp-rpc-unix.0.9.0
      • capnp-rpc-unix.1.0
      • capnp-rpc-unix.1.1
      • capnp-rpc-unix.1.2.1
      • capnp-rpc-unix.1.2

7 files changed

+7
-5
lines changed

packages/capnp-rpc-net/capnp-rpc-net.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depends: [
2020
"fmt"
2121
"logs"
2222
"asetmap"
23+
"cstruct" {< "6.1.0"}
2324
"mirage-flow" {>="2.0.0"}
2425
"tls" {>= "0.13.1" & < "0.15.0"}
2526
"base64" {>= "3.0.0"}

packages/capnp-rpc-net/capnp-rpc-net.1.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depends: [
2020
"fmt"
2121
"logs"
2222
"asetmap"
23+
"cstruct" {< "6.1.0"}
2324
"mirage-flow" {>="2.0.0"}
2425
"tls" {>= "0.13.1" & < "0.15.0"}
2526
"base64" {>= "3.0.0"}

packages/capnp-rpc-unix/capnp-rpc-unix.0.9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" {>= "2.0"}
2323
"alcotest" {>= "1.0.1" & with-test}
2424
"alcotest-lwt" { >= "1.0.1" & with-test}
25-
"mirage-crypto-rng" {>= "0.7.0"}
25+
"mirage-crypto-rng" {>= "0.7.0" & < "0.11.0"}
2626
"lwt"
2727
"asetmap" {with-test}
2828
]

packages/capnp-rpc-unix/capnp-rpc-unix.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" {>= "2.0"}
2323
"alcotest" {>= "1.0.1" & with-test}
2424
"alcotest-lwt" { >= "1.0.1" & with-test}
25-
"mirage-crypto-rng" {>= "0.7.0"}
25+
"mirage-crypto-rng" {>= "0.7.0" & < "0.11.0"}
2626
"lwt"
2727
"asetmap" {with-test}
2828
]

packages/capnp-rpc-unix/capnp-rpc-unix.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" {>= "2.0"}
2323
"alcotest" {>= "1.0.1" & with-test}
2424
"alcotest-lwt" { >= "1.0.1" & with-test}
25-
"mirage-crypto-rng" {>= "0.7.0"}
25+
"mirage-crypto-rng" {>= "0.7.0" & < "0.11.0"}
2626
"lwt"
2727
"asetmap" {with-test}
2828
]

packages/capnp-rpc-unix/capnp-rpc-unix.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" {>= "2.0"}
2323
"alcotest" {>= "1.0.1" & with-test}
2424
"alcotest-lwt" { >= "1.0.1" & with-test}
25-
"mirage-crypto-rng" {>= "0.7.0"}
25+
"mirage-crypto-rng" {>= "0.7.0" & < "0.11.0"}
2626
"lwt"
2727
"asetmap" {with-test}
2828
]

packages/capnp-rpc-unix/capnp-rpc-unix.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" {>= "2.0"}
2323
"alcotest" {>= "1.0.1" & with-test}
2424
"alcotest-lwt" { >= "1.0.1" & with-test}
25-
"mirage-crypto-rng" {>= "0.7.0"}
25+
"mirage-crypto-rng" {>= "0.7.0" & < "0.11.0"}
2626
"lwt"
2727
"asetmap" {with-test}
2828
]

0 commit comments

Comments
 (0)