aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src/history
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-client/src/history')
-rw-r--r--crates/atuin-client/src/history/store.rs2
1 files changed, 1 insertions, 1 deletions
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,