aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/atuin-hex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"