diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-02-05 20:40:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 20:40:53 -0800 |
| commit | 3d3259eb9a6321193e1366d722574be67b085e85 (patch) | |
| tree | a4f48f9c45b80844df7da6743389f081399284f8 /crates/atuin-server-postgres/Cargo.toml | |
| parent | fix(tui): space and F1-F24 keys not handled properly by new keybind system (#... (diff) | |
| download | atuin-3d3259eb9a6321193e1366d722574be67b085e85.zip | |
chore(release): prepare for release 18.12.0-beta.4 (#3139)
Diffstat (limited to 'crates/atuin-server-postgres/Cargo.toml')
| -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 546d39ea..66168de9 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.12.0-beta.3" } -atuin-server-database = { path = "../atuin-server-database", version = "18.12.0-beta.3" } +atuin-common = { path = "../atuin-common", version = "18.12.0-beta.4" } +atuin-server-database = { path = "../atuin-server-database", version = "18.12.0-beta.4" } eyre = { workspace = true } tracing = { workspace = true } |
