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-database | |
| 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-database')
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 917b0f5d..c122991f 100644 --- a/crates/atuin-server-database/Cargo.toml +++ b/crates/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-common = { path = "../atuin-common", version = "18.5.0" } tracing = { workspace = true } time = { workspace = true } |
