diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-03 15:51:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 15:51:47 +0000 |
| commit | 9f79a34a9dea207df7184972fa29f4fe5ec41b27 (patch) | |
| tree | d9a422330bf6e818a9a2ce0ab45a59a6a7db09ee /atuin-client | |
| parent | fix(server): typo with default config (#1493) (diff) | |
| download | atuin-9f79a34a9dea207df7184972fa29f4fe5ec41b27.zip | |
chore(release): prepare for release v17.2.1 (#1495)
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 0aa8a33d..c3d9cab7 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.2.0" } +atuin-common = { path = "../atuin-common", version = "17.2.1" } log = { workspace = true } base64 = { workspace = true } |
