summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-03 15:51:47 +0000
committerGitHub <noreply@github.com>2024-01-03 15:51:47 +0000
commit9f79a34a9dea207df7184972fa29f4fe5ec41b27 (patch)
treed9a422330bf6e818a9a2ce0ab45a59a6a7db09ee /atuin-client/Cargo.toml
parent198b4e2ceb04df22b2258e0cc14a2856e35d29d1 (diff)
chore(release): prepare for release v17.2.1 (#1495)v17.2.1
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml2
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 }