Skip to content

Commit e1992f9

Browse files
committed
fix: openssl is needed for linux compilation, adding back
1 parent 782dfb0 commit e1992f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ed25519-dalek = { version = "2.1.1" }
3030
ed25519 = "2.2.3"
3131
secp256k1 = { version = "0.30.0", features = ["hashes", "global-context"] }
3232
anstream = "0.6.18"
33+
openssl = { version = "0.10", features = ["vendored"] }
3334
chrono = "0.4.38"
3435
vaultrs = "0.7.1"
3536

0 commit comments

Comments
 (0)