From 7f5310a1aa87cb32499e7f50c864fdaa9a82bd53 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 25 Apr 2022 07:13:30 +0100 Subject: history list (#340) --- atuin-client/src/api_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/src/api_client.rs') diff --git a/atuin-client/src/api_client.rs b/atuin-client/src/api_client.rs index d907265b..528d1611 100644 --- a/atuin-client/src/api_client.rs +++ b/atuin-client/src/api_client.rs @@ -10,10 +10,10 @@ use atuin_common::api::{ AddHistoryRequest, CountResponse, LoginRequest, LoginResponse, RegisterResponse, SyncHistoryResponse, }; -use atuin_common::utils::hash_str; use crate::encryption::{decode_key, decrypt}; use crate::history::History; +use crate::sync::hash_str; static APP_USER_AGENT: &str = concat!("atuin/", env!("CARGO_PKG_VERSION"),); -- cgit v1.3.1