upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump hardcoded version in test-mirage

+1 -1
+1 -1
.test-mirage.sh
··· 5 5 opam install --confirm-level=unsafe-yes "mirage>4" 6 6 # to satisfy hardcoded version constraints in mirage, we need to be < 0.12.0 7 7 # and "dune subst" doesn't work on these PR checkouts 8 - version='version: "1.99.0~dev"' 8 + version='version: "2.99.0~dev"' 9 9 echo $version >> mirage-crypto-rng-mirage.opam 10 10 echo $version >> mirage-crypto-rng.opam 11 11 echo $version >> mirage-crypto.opam