diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-08 17:05:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 17:05:12 +0100 |
| commit | 09fc76ed825114c32c863eb3b56e967fbec54047 (patch) | |
| tree | dde00bfb3f2411680de618136f86edef4ca253ca /crates/atuin-server-postgres | |
| parent | feat: Add 'atuin scripts rm' and 'atuin scripts ls' aliases; allow reading fr... (diff) | |
| download | atuin-09fc76ed825114c32c863eb3b56e967fbec54047.zip | |
chore(release): prepare for release 18.5.0 (#2685)
* chore(release): prepare for release 18.5.0
* update workflow ubuntu version
* revert because dist checks lol
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 0f667c8e..9b0f1f7a 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.5.0-beta.3" } -atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.3" } +atuin-common = { path = "../atuin-common", version = "18.5.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.5.0" } eyre = { workspace = true } tracing = { workspace = true } |
