From 06ae8775f2e6b6a6e7037fbcf328c148f9cb12c8 Mon Sep 17 00:00:00 2001 From: Michael Zeller Date: Tue, 14 Apr 2026 18:35:02 -0400 Subject: fix: dependency fix (#3414) This was commented out in #3413 and needs to be fixed back up. It's possible we can drop this line altogether if CI passed before without it. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- crates/atuin-hex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin-hex/Cargo.toml b/crates/atuin-hex/Cargo.toml index 85ed8f14..2c3fe16d 100644 --- a/crates/atuin-hex/Cargo.toml +++ b/crates/atuin-hex/Cargo.toml @@ -13,7 +13,7 @@ repository = { workspace = true } [dependencies] clap = { workspace = true } -# [target.'cfg(all(unix, not(target_os = "illumos")))'.dependencies] +[target.'cfg(unix)'.dependencies] crossterm = { workspace = true } eyre = { workspace = true } portable-pty = "0.9" -- cgit v1.3.1