Opam: add upper constraint on cstruct

This commit is contained in:
Grégoire Henry 2019-02-19 17:07:36 +01:00
parent 9fdf0636c9
commit fbd97da7b4
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -18,6 +18,8 @@ depends: [
"tezos-embedded-protocol-alpha"
"cmdliner"
"tls"
"cstruct" { < "3.4.0" } ## Because "tls" depends on a version of "nocrypto"
## that is not compatible with recent "cstruct"
]
build: [
[ "dune" "build" "-p" name "-j" jobs ]