From 9fff95adc8a144129dd76fac48bebad8ad499ca6 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 3 Mar 2023 18:58:13 -0600 Subject: [PATCH] Update nostr dep to official release --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56f91b0..3693480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,7 @@ default = ["console_error_panic_hook"] cfg-if = "0.1.2" worker = { version = "0.0.13", features = ["queue"] } futures = "0.3.26" -# Needed for serde serializaters -nostr = { git = "https://github.com/benthecarman/nostr", rev = "6c238ac72651671bcfd6666ddcd731767d1643b8" } +nostr = { version = "0.19.5", default-features = false, features = ["nip11"] } serde = { version = "^1.0", features = ["derive"] } # The `console_error_panic_hook` crate provides better debugging of panics by