diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-10-28 20:19:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-28 19:19:10 +0000 |
| commit | 2959891f58b93f3b796a9dd449d2fe4565111020 (patch) | |
| tree | 228066ad74c7830f6d6b22bdc6f5050537ffc5f7 /atuin-client | |
| parent | fix(enter_accept): clear old cmd snippet (#1350) (diff) | |
| download | atuin-2959891f58b93f3b796a9dd449d2fe4565111020.zip | |
Release v17.0.1 (#1354)
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 196e83b4..b2cb327c 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -17,7 +17,7 @@ default = ["sync"] sync = ["urlencoding", "reqwest", "sha2", "hex"] [dependencies] -atuin-common = { path = "../atuin-common", version = "17.0.0" } +atuin-common = { path = "../atuin-common", version = "17.0.1" } log = { workspace = true } base64 = { workspace = true } |
