Skip to content

Commit

Permalink
add ohex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Aug 5, 2024
1 parent d483d5c commit 4ef071b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ca-certs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"mirage-crypto" {>= "1.0.0"}
"x509" {>= "1.0.0"}
"ocaml" {>= "4.08.0"}
"ohex" {>= "0.2.0"}
"alcotest" {with-test}
"fmt" {with-test & >= "0.8.7"}
]
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
(mirage-crypto (>= 1.0.0))
(x509 (>= 1.0.0))
(ocaml (>= 4.08.0))
(ohex (>= 0.2.0))
(alcotest :with-test)
(fmt (and :with-test (>= 0.8.7))))
(conflicts (result (< 1.5)))
Expand Down

0 comments on commit 4ef071b

Please sign in to comment.