diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-03-11 14:33:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 14:33:03 +0000 |
| commit | 74182aad42b2fab7be0ccb0201e81ec824be416c (patch) | |
| tree | 55e9e8fdabe4ca6520c5cf808e15ac68f353ff0a /atuin-server-postgres/Cargo.toml | |
| parent | fix: doctor shell wording (#1858) (diff) | |
| download | atuin-74182aad42b2fab7be0ccb0201e81ec824be416c.zip | |
chore(release): prepare for release v18.1.0 (#1854)
Diffstat (limited to 'atuin-server-postgres/Cargo.toml')
| -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 a50fbc92..d6579ee3 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 = "18.0.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.0.2" } +atuin-common = { path = "../atuin-common", version = "18.1.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.1.0" } tracing = "0.1" time = { workspace = true } |
