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-server/Cargo.toml | |
| 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-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 e12e117e..ea1bc23b 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.7.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.7.1" } +atuin-common = { path = "../atuin-common", version = "18.8.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.8.0" } tracing = { workspace = true } time = { workspace = true } |
