diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-02-26 11:37:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-26 11:37:54 +0000 |
| commit | cf09464d4d6afbe9383c5a93ed2b5c66ae69e4d5 (patch) | |
| tree | 8fdf9faa14ac34bcd8348956db1e9146a350e01d /atuin-client/Cargo.toml | |
| parent | fix: ensure sync time is saved for sync v2 (#1758) (diff) | |
| download | atuin-cf09464d4d6afbe9383c5a93ed2b5c66ae69e4d5.zip | |
chore(release): prepare for release v18.0.2 (#1775)
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 5aab5195..51227044 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -18,7 +18,7 @@ sync = ["urlencoding", "reqwest", "sha2", "hex"] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.0.1" } +atuin-common = { path = "../atuin-common", version = "18.0.2" } log = { workspace = true } base64 = { workspace = true } |
