diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-05-06 16:18:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 16:18:21 -0700 |
| commit | 45460d4c31c793985970a53f125d1a5da42c8d25 (patch) | |
| tree | 446d80dda27f4999b843a467af607ecfe15934de /crates/atuin-server/Cargo.toml | |
| parent | feat: Implement KV as a write-through cache (#2732) (diff) | |
| download | atuin-45460d4c31c793985970a53f125d1a5da42c8d25.zip | |
chore(release): prepare for release 18.6.0 (#2740)
Co-authored-by: Ellie Huxtable <ellie@mac.lan>
Diffstat (limited to 'crates/atuin-server/Cargo.toml')
| -rw-r--r-- | crates/atuin-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index c4ef4cad..c158c46f 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -11,8 +11,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.6.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.6.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.6.0" } tracing = { workspace = true } time = { workspace = true } |
