diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:31 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:31 +0000 |
| commit | f7d520e9ccb6084144a3e963516e40a322add0c8 (patch) | |
| tree | ff166ff791d4cd744fd4818d853a558aefb87877 /src/sub_commands/push.rs | |
| parent | 07a6b27eacc9cb80b0858ae8d7042287567ea790 (diff) | |
use Sha1Hashin new location
it had moved from 'prelude' to 'hashes'
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | use anyhow::{bail, Context, Result}; | 1 | use anyhow::{bail, Context, Result}; |
| 2 | use nostr::prelude::sha1::Hash as Sha1Hash; | 2 | use nostr_sdk::hashes::sha1::Hash as Sha1Hash; |
| 3 | 3 | ||
| 4 | #[cfg(not(test))] | 4 | #[cfg(not(test))] |
| 5 | use crate::client::Client; | 5 | use crate::client::Client; |