aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMichael Zeller <mike@mikezeller.net>2026-04-14 18:35:02 -0400
committerGitHub <noreply@github.com>2026-04-14 23:35:02 +0100
commit06ae8775f2e6b6a6e7037fbcf328c148f9cb12c8 (patch)
tree76e338528317b8308a34686f84875c4c36377991 /crates
parentchore: add release script (#3411) (diff)
downloadatuin-06ae8775f2e6b6a6e7037fbcf328c148f9cb12c8.zip
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
Diffstat (limited to 'crates')
-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"