Skip to content

Commit

Permalink
test-mirage: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 6, 2024
1 parent 4142442 commit 29c82f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .test-mirage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -ex

opam install --confirm-level=unsafe-yes "mirage>4"
# to satisfy hardcoded version constraints in mirage, we need to be < 0.11.0
# to satisfy hardcoded version constraints in mirage, we need to be < 0.12.0
# and "dune subst" doesn't work on these PR checkouts
version='version: "0.10.99~dev"'
version='version: "0.11.99~dev"'
echo $version >> mirage-crypto-rng-mirage.opam
echo $version >> mirage-crypto-rng.opam
echo $version >> mirage-crypto.opam
Expand Down

0 comments on commit 29c82f3

Please sign in to comment.