aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-kv/src/store.rs (unfollow)
Commit message (Collapse)Author
2026-06-10chore: Remove more (kinda) useless stuffBenedikt Peetz
2025-07-22chore: update to rust 1.88 (#2815)Ellie Huxtable
* chore: update to rust 1.88 * clippy + fmt * update ci version * update flake
2025-05-06feat: Implement KV as a write-through cache (#2732)Michelle Tilley