Skip to content

Commit 6606ef9

Browse files
committed
tezos-crypto require an exact version of tezos-bls12-381-polynomial
1 parent 6e8d642 commit 6606ef9

File tree

1 file changed

+1
-1
lines changed
  • packages/tezos-crypto/tezos-crypto.14.0

1 file changed

+1
-1
lines changed

packages/tezos-crypto/tezos-crypto.14.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"qcheck-alcotest" { with-test & >= "0.18" }
2424
"tezos-test-helpers" { with-test & = version }
2525
"alcotest-lwt" { with-test & >= "1.5.0" }
26-
"tezos-bls12-381-polynomial" { >= "0.1.0" }
26+
"tezos-bls12-381-polynomial" { = "0.1.2" }
2727
]
2828
patches: ["crypto_for_ocaml12.diff"]
2929
build: [

0 commit comments

Comments
 (0)