Skip to content

Commit dfc3de1

Browse files
committed
jws.0.0.1 requires mirage-crypto-{ec,pk}.2.0.0 at least
1 parent 431479b commit dfc3de1

File tree

1 file changed

+2
-2
lines changed
  • packages/jws/jws.0.0.1

1 file changed

+2
-2
lines changed

packages/jws/jws.0.0.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ synopsis: "Implementation of JWS (RFC7515) with Jsont and mirage-crypto"
1616
depends: [
1717
"ocaml" {>= "5.2.1"}
1818
"dune" {>= "3.0"}
19-
"mirage-crypto-pk"
20-
"mirage-crypto-ec"
19+
"mirage-crypto-pk" {>= "2.0.0"}
20+
"mirage-crypto-ec" {>= "2.0.0"}
2121
"jsont"
2222
"bytesrw"
2323
"base64"

0 commit comments

Comments
 (0)