diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-24 11:47:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 11:47:49 -0700 |
| commit | de25f7eec743d08364d646aecdf9e31c96539deb (patch) | |
| tree | 112cefa71c47637cf1a9f4a0ff580c955ddb8e3a /crates/atuin-server-postgres | |
| parent | fix: Atuin Hex fails to init on bash and zsh (#3341) (diff) | |
| download | atuin-de25f7eec743d08364d646aecdf9e31c96539deb.zip | |
chore: Prepare 18.13.5 (#3342)
Diffstat (limited to 'crates/atuin-server-postgres')
| -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 f4b0d5dc..aa28359d 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.13.4" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.4" } +atuin-common = { path = "../atuin-common", version = "18.13.5" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.5" } eyre = { workspace = true } tracing = { workspace = true } |
