diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-04-02 13:23:07 +0100 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-04-02 13:23:07 +0100 |
| commit | da672d5bc321b2d1dddb796e9aa21d85658d9434 (patch) | |
| tree | 5d963360068742173744c5bb1df77b6ffcb979f0 /crates/atuin-server-postgres/Cargo.toml | |
| parent | fix: allow -ve values for timezone (#2609) (diff) | |
| download | atuin-da672d5bc321b2d1dddb796e9aa21d85658d9434.zip | |
chore(release): prepare for release 18.5.0-beta.2
Diffstat (limited to '')
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index a9758d82..c4345153 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.2" } eyre = { workspace = true } tracing = { workspace = true } |
