diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-12-05 23:24:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 23:24:04 +0000 |
| commit | cb570539195e1a6ad031a74833e376631c00d13a (patch) | |
| tree | 8e13e29490921be7bc9c37a036fcb4d28f57d239 /crates/atuin-server/Cargo.toml | |
| parent | chore: update cargo-dist (#2471) (diff) | |
| download | atuin-cb570539195e1a6ad031a74833e376631c00d13a.zip | |
chore(release): prepare for release 18.4.0-beta.5 (#2472)
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 7dbbc565..ebdedaab 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.4.0-beta.4" } -atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.4" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } +atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" } tracing = "0.1" time = { workspace = true } |
