diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-02-12 08:38:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-12 08:38:23 +0000 |
| commit | 1464cb657a47e7b5705194302532f3ecf37c7649 (patch) | |
| tree | da00ef92fac7aca1d9971024e220f0c6562ed008 /atuin-client | |
| parent | fix: reorder the exit of enhanced keyboard mode (#1694) (diff) | |
| download | atuin-1464cb657a47e7b5705194302532f3ecf37c7649.zip | |
chore(release): prepare for release v18.0.1 (#1706)
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 57f146e4..5aab5195 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.0" } +atuin-common = { path = "../atuin-common", version = "18.0.1" } log = { workspace = true } base64 = { workspace = true } |
