From d21de3cd252d80bf54a6d0b175122048b8af85fd Mon Sep 17 00:00:00 2001 From: Mag Mell Date: Fri, 26 Jan 2024 17:45:42 +0800 Subject: chore: add feature to allow always disable check update (#1628) * chore: add feature to allow always disable check update In the packaging rules of some distributions, the software's self-update check needs to be permanently turned off This commit will make it easier for these users to * fix: formatting --------- Co-authored-by: Ellie Huxtable --- atuin-client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index cbb8d016..e224ad83 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -15,6 +15,7 @@ repository = { workspace = true } [features] default = ["sync"] sync = ["urlencoding", "reqwest", "sha2", "hex"] +check-update = [] [dependencies] atuin-common = { path = "../atuin-common", version = "17.2.1" } -- cgit v1.3.1