Skip to content

Commit

Permalink
3.10.4: allow mirage-crypto-rng-mirage 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Apr 20, 2021
1 parent b73fbb3 commit f69d727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v3.10.4 (2021-04-20)

- Allow mirage-crypto-rng-mirage 0.10 (@hannesm)

### v3.10.3 (2021-04-19)

- Adapt to conduit 4.0.0 and cohttp 4.0.0 (@dinosaure #1221)
Expand Down
2 changes: 1 addition & 1 deletion lib/mirage_impl_random.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let random_conf = object
method! keys = [ Mirage_key.(abstract prng) ]
method! packages =
Mirage_key.pure [
package ~min:"0.8.0" ~max:"0.10.0" "mirage-crypto-rng-mirage"
package ~min:"0.8.0" ~max:"0.11.0" "mirage-crypto-rng-mirage"
]
method! connect _i modname _ =
(* here we could use the boot argument (--prng) to select the RNG! *)
Expand Down

0 comments on commit f69d727

Please sign in to comment.