diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-15 10:37:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 10:37:28 +0100 |
| commit | a0231a70950fbec9dcc3403e37066d891d1fc833 (patch) | |
| tree | 2a5e1d50672179e7657e80b5b016af4f2ec572ef /atuin-client | |
| parent | docs: add missing cli help text (#1945) (diff) | |
| download | atuin-a0231a70950fbec9dcc3403e37066d891d1fc833.zip | |
chore(release): prepare for release v18.2.0 (#1950)
* chore(release): prepare for release v18.2.0
* disable codespell for the changelog
Diffstat (limited to 'atuin-client')
| -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 9e6db960..c8ca74ae 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.1.0" } +atuin-common = { path = "../atuin-common", version = "18.2.0" } log = { workspace = true } base64 = { workspace = true } |
