Skip to content

Commit

Permalink
Merge pull request #2327 from art-w/fix-sync-example
Browse files Browse the repository at this point in the history
irmin-git: fix sync example, initialize mirage-crypto-rng
  • Loading branch information
art-w committed Sep 9, 2024
2 parents b1db6c3 + d55d8a5 commit 6024141
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
### Fixed

- **irmin-client**
- Fix a fd lead when using `clone` (#2322, @samoht)
- Fix a fd leak when using `clone` (#2322, @samoht)
- **irmin-git**
- Fix git sync example (#2327, @art-w)
- **irmin**
- Fix CI, update dependencies (#2321, @smorimoto)
- Update documentation (#2323, #2324, #2325, @christinerose)

### Removed

Expand Down
1 change: 1 addition & 0 deletions examples/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
irmin-graphql.unix
irmin-pack.unix
irmin-watcher
mirage-crypto-rng.unix
websocket-lwt-unix
conduit-lwt-unix
lwt
Expand Down
1 change: 1 addition & 0 deletions examples/sync.ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

open Lwt.Syntax

let () = Mirage_crypto_rng_unix.initialize (module Mirage_crypto_rng.Fortuna)
let info = Irmin_git_unix.info

let path =
Expand Down

0 comments on commit 6024141

Please sign in to comment.