From 0da534d5249a9111f8e1af0ff517526e2c66cdb0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 8 May 2024 17:28:52 +0100 Subject: fix: add incremental rebuild to daemon loop (#2010) --- crates/atuin-client/src/history/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client/src/history') diff --git a/crates/atuin-client/src/history/store.rs b/crates/atuin-client/src/history/store.rs index fe2b7b92..b0341a26 100644 --- a/crates/atuin-client/src/history/store.rs +++ b/crates/atuin-client/src/history/store.rs @@ -12,7 +12,7 @@ use atuin_common::record::{DecryptedData, Host, HostId, Record, RecordId, Record use super::{History, HistoryId, HISTORY_TAG, HISTORY_VERSION}; -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct HistoryStore { pub store: SqliteStore, pub host_id: HostId, -- cgit v1.3.1