Post from 2026-06-14 17:21:02

I broke my Rust installation by deleting .cache (who stores anything important in .cache?!) and had to reinstall on a dirty FS.

Now I don’t know if it’s me, or it’s impossible to install @atuin from crates.io with rustc 1.85.0?

On the latest version the atuin-ai breaks - which I really don’t need in a shell history manager - this one worked:

cargo install atuin --no-default-features --features=client,check-update,daemon,pty-proxy

permalink | main