diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-07 14:33:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 14:33:24 +0100 |
| commit | 1f6031d84acefd68b2dcc9d3a11eb6203745303f (patch) | |
| tree | 90eca72cc25f7cffd0144bcef112b4341199f7e8 /crates/atuin-server | |
| parent | feat: support storing, syncing and executing scripts (#2644) (diff) | |
| download | atuin-1f6031d84acefd68b2dcc9d3a11eb6203745303f.zip | |
chore(release): prepare for release 18.5.0-beta.3 (#2678)
Diffstat (limited to 'crates/atuin-server')
| -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 fe141cd2..085b96de 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.5.0-beta.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.3" } tracing = { workspace = true } time = { workspace = true } |
