Force a recent version of the openssl crate to allow this to build on M1 macs

This commit is contained in:
Matt Wilde
2021-10-26 18:45:53 -04:00
committed by Michael Vines
parent 4287bf6b8b
commit 920159fc63
2 changed files with 8 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ bincode = "1.3.3"
byteorder = "1.4.3"
log = "0.4.14"
libsecp256k1 = "0.6.0"
openssl = "^0.10.36"
solana-measure = { path = "../../measure", version = "=1.9.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.9.0" }
solana-sdk = { path = "../../sdk", version = "=1.9.0" }