From 2e3ad071816ea7d32dc1c15c2e68b1728555fc55 Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Wed, 25 Mar 2026 17:46:51 -0400 Subject: fix: remove unnecessary arboard/image-data default feature (#3345) --- crates/atuin/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 98f97b27..bf68cd02 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -95,10 +95,10 @@ shlex = "1.3.0" toml_edit = "0.25.4" [target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies] -arboard = { version = "3.4", optional = true } +arboard = { version = "3.4", optional = true, default-features = false } [target.'cfg(target_os = "linux")'.dependencies] -arboard = { version = "3.4", optional = true, features = [ +arboard = { version = "3.4", optional = true, default-features = false, features = [ "wayland-data-control", ] } -- cgit v1.3.1