diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-08-04 12:33:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-04 12:33:08 +0200 |
| commit | 5614596c8165e6f5e22b5524c7bb127bf55bc48a (patch) | |
| tree | 4cd042d3075e09e6928d61914dd41c215cf4697e /crates/atuin-kv | |
| parent | feat: add IDX_CACHE_ROLLOUT (#2850) (diff) | |
| download | atuin-5614596c8165e6f5e22b5524c7bb127bf55bc48a.zip | |
chore(release): prepare for release 18.8.0 (#2858)
Diffstat (limited to 'crates/atuin-kv')
| -rw-r--r-- | crates/atuin-kv/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index c52c5461..891d1beb 100644 --- a/crates/atuin-kv/Cargo.toml +++ b/crates/atuin-kv/Cargo.toml @@ -14,8 +14,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.7.1" } -atuin-common = { path = "../atuin-common", version = "18.7.1" } +atuin-client = { path = "../atuin-client", version = "18.8.0" } +atuin-common = { path = "../atuin-common", version = "18.8.0" } tracing = { workspace = true } tracing-subscriber = { workspace = true } |
