diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-10 14:56:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-10 14:56:13 -0700 |
| commit | 4b543194fef60308e8511aa27ca831c4d90549de (patch) | |
| tree | df05feb410ada6ddb1f265041a7509bf1985a334 /crates/atuin-server-postgres/Cargo.toml | |
| parent | feat: Client-tool execution + permission system (#3370) (diff) | |
| download | atuin-4b543194fef60308e8511aa27ca831c4d90549de.zip | |
chore: Prepare 18.14.0-beta.1 release (#3393)
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 1a2acf9e..52d443d3 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.6" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.6" } +atuin-common = { path = "../atuin-common", version = "18.14.0-beta.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.14.0-beta.1" } eyre = { workspace = true } tracing = { workspace = true } |
