Skip to content

Commit 7973e55

Browse files
committed
capnp-rpc-unix 2.0: avoid mirage-crypto-rng-eio 1.2.0 which provides a deprecation alert
1 parent b3101bf commit 7973e55

File tree

1 file changed

+1
-1
lines changed
  • packages/capnp-rpc-unix/capnp-rpc-unix.2.0

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune" {>= "3.16"}
2323
"ipaddr" {>= "5.3.0"}
2424
"alcotest" {>= "1.6.0" & with-test}
25-
"mirage-crypto-rng-eio" {>= "1.1.0" & with-test}
25+
"mirage-crypto-rng-eio" {>= "1.1.0" & < "1.2.0" & with-test}
2626
"mdx" {>= "2.4.1" & with-test}
2727
"eio_main" {with-test}
2828
"eio" {>= "1.2"}

0 commit comments

Comments
 (0)