From dfc31c40c9f941e55a5130d334d6383462a6fc85 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 26 Mar 2024 14:34:42 +0000 Subject: use patched nostr-rust v0.29 to address send_event_to spurious timeout error --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e07e1a4..3484e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ futures = "0.3.28" git2 = "0.18.1" indicatif = "0.17.7" keyring = "2.0.5" -nostr = "0.29.0" -nostr-sdk = "0.29.0" +nostr = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" } +nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" } passwords = "3.1.13" scrypt = "0.11.0" serde = { version = "1.0.181", features = ["derive"] } -- cgit v1.2.3