From 0685cb414d2d163ef84106b37029d24aa154694c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 4 Mar 2026 00:47:17 +0100 Subject: feat: initial draft of atuin-shell (#3206) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --------- Co-authored-by: Claude --- crates/atuin-daemon/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/atuin-daemon') diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 40f013cf..5d0b4cf1 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -38,7 +38,8 @@ tokio-stream = { version = "0.1.14", features = ["net"] } hyper-util = "0.1" rand.workspace = true -nucleo = { git = "https://github.com/atuinsh/nucleo-ext.git", branch = "main" } +nucleo = { git = "https://github.com/atuinsh/nucleo-ext.git", rev="74bd786" } + [target.'cfg(target_os = "linux")'.dependencies] listenfd = "1.0.1" -- cgit v1.3.1