From cd1fccd068688ea66ab9cc953d1e225f11b4f04f Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 30 Apr 2024 11:20:26 +0100 Subject: Lock vendored openssl version crates.io is not happy with version wildcards --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e86b41..1174a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,4 +43,4 @@ nostr-sdk = { version = "0.30.0", features = ["nip04", "nip05", "nip44", "nip59" nostr-relay-pool = { version = "0.30.0", optional = true } [target.aarch64-unknown-linux-gnu.dependencies] -openssl = { version = "*", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } -- cgit v1.2.3-70-g09d2