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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 70fcd1d0..71af5d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,6 +71,7 @@ clap_complete = "3.1.4" fs-err = "2.7" whoami = "1.1.2" rpassword = "6.0" +semver = "1.0.14" [dependencies.tracing-subscriber] version = "0.3" -- cgit v1.3.1