diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-02-09 12:42:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 12:42:34 +0000 |
| commit | 5738d0628238e9a3fd24e191e28f2e4223b0457e (patch) | |
| tree | 333a7cea42f86e3e53408847a0f6252bd6b3925e /atuin-server-postgres | |
| parent | docs(README): clarify prerequisites for Bash (#1686) (diff) | |
| download | atuin-5738d0628238e9a3fd24e191e28f2e4223b0457e.zip | |
chore(release): prepare for release v18.0.0 (#1685)
Diffstat (limited to 'atuin-server-postgres')
| -rw-r--r-- | atuin-server-postgres/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server-postgres/Cargo.toml b/atuin-server-postgres/Cargo.toml index c00cf9f8..6094ebc9 100644 --- a/atuin-server-postgres/Cargo.toml +++ b/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "17.2.1" } -atuin-server-database = { path = "../atuin-server-database", version = "17.2.1" } +atuin-common = { path = "../atuin-common", version = "18.0.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.0.0" } tracing = "0.1" time = { workspace = true } |
