From f03f6e9ad74d8e1cf1fa33dc2c0c7c5dd7ae5c94 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 14 Oct 2022 10:59:21 +0100 Subject: Add automatic update checking (#555) * Add automatic update checking * Add setting to opt out of update checks * Document options * no * no * also no * Make clippy happy * Update atuin-client/src/settings.rs Co-authored-by: Conrad Ludgate * fix features Co-authored-by: Conrad Ludgate Co-authored-by: Conrad Ludgate --- src/command/client/history.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/client/history.rs') diff --git a/src/command/client/history.rs b/src/command/client/history.rs index fe5bfcbe..07f4b319 100644 --- a/src/command/client/history.rs +++ b/src/command/client/history.rs @@ -15,6 +15,7 @@ use atuin_client::{ #[cfg(feature = "sync")] use atuin_client::sync; +use log::debug; use super::search::format_duration; -- cgit v1.3.1