Skip to content

Commit 59961c1

Browse files
authored
Merge pull request #520 from samoht/build-test
Fix compilation of tests
2 parents e422baa + 61b6e92 commit 59961c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcpip.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ depends: [
4848
"alcotest" {with-test & >="1.5.0"}
4949
"pcap-format" {with-test}
5050
"mirage-clock-unix" {with-test & >= "3.0.0"}
51-
"mirage-crypto-rng" {with-test & >= "0.11.0"}
51+
"mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0"}
5252
"ipaddr-cstruct"
5353
"macaddr-cstruct"
5454
"lru" {>= "0.3.0"}

0 commit comments

Comments
 (0)