diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-03 12:46:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 12:46:08 +0000 |
| commit | 999a98c577276e1b962ae0421c63962622859c66 (patch) | |
| tree | c1f40b65793d1884082f205822dd1565445ecba2 /atuin-client | |
| parent | fix(import/zsh): zsh use a special format to escape some characters (#1490) (diff) | |
| download | atuin-999a98c577276e1b962ae0421c63962622859c66.zip | |
chore(release): prepare for release v17.2.0 (#1492)
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 951b3274..0aa8a33d 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.1.0" } +atuin-common = { path = "../atuin-common", version = "17.2.0" } log = { workspace = true } base64 = { workspace = true } |
