Commit 51e54a2 1 parent 421c09f commit 51e54a2 Copy full SHA for 51e54a2
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
open Lwt.Syntax
18
18
19
- let () = Mirage_crypto_rng_unix. initialize ( module Mirage_crypto_rng. Fortuna )
19
+ let () = Mirage_crypto_rng_unix. use_default ( )
20
20
let info = Irmin_git_unix. info
21
21
22
22
let path =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ depends: [
24
24
"irmin-test" {= version & with-test}
25
25
"alcotest-lwt" {with-test & >= "1.8.0"}
26
26
"irmin-watcher" {with-test & >= "0.5.0"}
27
- "mirage-crypto-rng-lwt " {with-test & >= "1.1 .0"}
27
+ "mirage-crypto-rng" {with-test & >= "2.0 .0"}
28
28
]
29
29
build: [
30
30
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change 8
8
websocket-lwt-unix
9
9
conduit-lwt-unix
10
10
alcotest-lwt
11
- mirage-crypto-rng-lwt
11
+ mirage-crypto-rng.unix
12
12
irmin-test
13
13
irmin-watcher)
14
14
(enabled_if
Original file line number Diff line number Diff line change 16
16
17
17
open Lwt.Infix
18
18
19
- let () = Mirage_crypto_rng_lwt. initialize ( module Mirage_crypto_rng. Fortuna )
19
+ let () = Mirage_crypto_rng_unix. use_default ( )
20
20
21
21
module Store = Irmin_mem.KV. Make (Irmin.Contents. String )
22
22
module Client = Irmin_client_unix. Make (Store )
You can’t perform that action at this time.
0 commit comments