Skip to content

Commit

Permalink
right bound
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Sep 3, 2024
1 parent a080469 commit 212b6f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
(mirage-crypto
(and
:with-test
(>= "0.8.1")))
(>= "1.0.0")))
(mirage-crypto-rng
(and
:with-test
(>= "0.8.1")))
(>= "1.0.0")))
(mirage-crypto-pk
(and
:with-test
(>= "0.8.1")))))
(>= "1.0.0")))))

(package
(version 1.0.0)
Expand Down
6 changes: 3 additions & 3 deletions oidc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ depends: [
"junit" {with-test}
"junit_alcotest" {with-test}
"containers" {with-test}
"mirage-crypto" {with-test & >= "0.8.1"}
"mirage-crypto-rng" {with-test & >= "0.8.1"}
"mirage-crypto-pk" {with-test & >= "0.8.1"}
"mirage-crypto" {with-test & >= "1.0.0"}
"mirage-crypto-rng" {with-test & >= "1.0.0"}
"mirage-crypto-pk" {with-test & >= "1.0.0"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 212b6f6

Please sign in to comment.