Opam: add upper constraint on cstruct
This commit is contained in:
parent
9fdf0636c9
commit
fbd97da7b4
@ -18,6 +18,8 @@ depends: [
|
|||||||
"tezos-embedded-protocol-alpha"
|
"tezos-embedded-protocol-alpha"
|
||||||
"cmdliner"
|
"cmdliner"
|
||||||
"tls"
|
"tls"
|
||||||
|
"cstruct" { < "3.4.0" } ## Because "tls" depends on a version of "nocrypto"
|
||||||
|
## that is not compatible with recent "cstruct"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "dune" "build" "-p" name "-j" jobs ]
|
[ "dune" "build" "-p" name "-j" jobs ]
|
||||||
|
Loading…
Reference in New Issue
Block a user