summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-10-28 20:19:10 +0100
committerGitHub <noreply@github.com>2023-10-28 19:19:10 +0000
commit2959891f58b93f3b796a9dd449d2fe4565111020 (patch)
tree228066ad74c7830f6d6b22bdc6f5050537ffc5f7 /atuin-client/Cargo.toml
parent6b20f891917ec018cbd4fa9cb44985240a16a5df (diff)
Release v17.0.1 (#1354)v17.0.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 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 }