Opam: fix alcotest version

This commit is contained in:
Grégoire Henry 2018-04-19 12:02:23 +02:00
parent 7c546425d2
commit aa12c6fd9b

View File

@ -20,7 +20,7 @@ depends: [
"tweetnacl"
"zarith"
"secp256k1-internal"
"alcotest" { test }
"alcotest" { test & >= "0.8.3" }
]
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]