Skip to content

Commit 44396a4

Browse files
committed
opam: remove mirage-entropy and relax upper bounds
Signed-off-by: David Scott <[email protected]>
1 parent efee18d commit 44396a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpnkit.opam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,15 @@ depends: [
4545
"logs"
4646
"fmt"
4747
"astring"
48-
"ethernet" {>= "3.0.0" & < "3.1.0"}
48+
"ethernet" {>= "3.0.0"}
4949
"arp" {>= "3.0.0"}
5050
"mirage-flow-combinators" {>= "5.0.0"}
51-
"mirage-entropy" {>= "0.5.0"}
5251
"mirage-kv" {>= "4.0.0" & < "6.0.0"}
5352
"mirage-net" {>= "4.0.0"}
5453
"mirage-channel" {>= "4.0.1"}
5554
"cohttp-lwt" {>= "0.99.0" & < "6.0.0"}
5655
"protocol-9p" {>= "2.0.2"}
57-
"mirage-vnetif" {>= "0.5.0" & < "0.6.0"}
56+
"mirage-vnetif" {>= "0.5.0"}
5857
"io-page-unix"
5958
"uuidm"
6059
"ezjsonm" {>= "0.4.0"}

0 commit comments

Comments
 (0)