From 989f01ad230423c5a5105d6c9ff8580020e902ed Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 10 Jun 2026 22:26:10 +0200 Subject: chore: Remove more useless code --- crates/atuin-client/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/atuin-client/Cargo.toml') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 1b007f2e..b5ac49a4 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -13,9 +13,8 @@ repository = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["sync", "hub", "daemon"] +default = ["sync", "daemon"] sync = ["urlencoding", "reqwest", "sha2", "hex"] -hub = ["reqwest"] daemon = [] check-update = [] -- cgit v1.3.1