From f7d520e9ccb6084144a3e963516e40a322add0c8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 22 Mar 2024 15:51:31 +0000 Subject: use Sha1Hashin new location it had moved from 'prelude' to 'hashes' --- src/sub_commands/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 651b250..bb50ee2 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -1,5 +1,5 @@ use anyhow::{bail, Context, Result}; -use nostr::prelude::sha1::Hash as Sha1Hash; +use nostr_sdk::hashes::sha1::Hash as Sha1Hash; #[cfg(not(test))] use crate::client::Client; -- cgit v1.2.3