summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-02-26 10:50:08 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2024-02-26 11:09:23 +0000
commita78aaa78e487b2499ffd7eed86bac15aa3df0960 (patch)
tree8dd6fdc1c3b91f11029bc1c42aa5a523af28e344 /atuin-client/Cargo.toml
parent386771da5c8260c9c02304f62ddd7cce85372e2f (diff)
chore(release): prepare for release v18.0.2v18.0.2ellie/release-v18.0.2
Backporting a fix for bash
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 5aab5195..51227044 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -18,7 +18,7 @@ sync = ["urlencoding", "reqwest", "sha2", "hex"]
check-update = []
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.0.1" }
+atuin-common = { path = "../atuin-common", version = "18.0.2" }
log = { workspace = true }
base64 = { workspace = true }