diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-07-16 17:18:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 17:18:15 +0100 |
| commit | 0eecc0b43dbf12dfb1f75da94151cd759a6f4782 (patch) | |
| tree | 3eb63fcb37f343eae434b23560d68192a451756b /crates/atuin-history/Cargo.toml | |
| parent | fix: add check for postgresql prefix (#2825) (diff) | |
| download | atuin-0eecc0b43dbf12dfb1f75da94151cd759a6f4782.zip | |
chore(release): prepare for release 18.7.1 (#2826)
Diffstat (limited to 'crates/atuin-history/Cargo.toml')
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 9789524c..f4a55dbc 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -14,7 +14,7 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.7.0" } +atuin-client = { path = "../atuin-client", version = "18.7.1" } time = { workspace = true } serde = { workspace = true } |
