From 9597080825565b2ba8ea202b7027e91b02aaac7f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 30 Jan 2024 13:41:01 +0000 Subject: feat: add store push (#1649) * feat: add store push * only push for the current host unless specified * tidy up * tidy up some more * sort features --- atuin-client/src/record/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'atuin-client/src') diff --git a/atuin-client/src/record/mod.rs b/atuin-client/src/record/mod.rs index 8bc816ae..c40fd395 100644 --- a/atuin-client/src/record/mod.rs +++ b/atuin-client/src/record/mod.rs @@ -1,5 +1,6 @@ pub mod encryption; pub mod sqlite_store; pub mod store; + #[cfg(feature = "sync")] pub mod sync; -- cgit v1.3.1