aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/Cargo.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-10 14:56:13 -0700
committerGitHub <noreply@github.com>2026-04-10 14:56:13 -0700
commit4b543194fef60308e8511aa27ca831c4d90549de (patch)
treedf05feb410ada6ddb1f265041a7509bf1985a334 /crates/atuin-history/Cargo.toml
parentfeat: Client-tool execution + permission system (#3370) (diff)
downloadatuin-4b543194fef60308e8511aa27ca831c4d90549de.zip
chore: Prepare 18.14.0-beta.1 release (#3393)
Diffstat (limited to 'crates/atuin-history/Cargo.toml')
-rw-r--r--crates/atuin-history/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml
index 11ef9871..60bab609 100644
--- a/crates/atuin-history/Cargo.toml
+++ b/crates/atuin-history/Cargo.toml
@@ -14,7 +14,7 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-client = { path = "../atuin-client", version = "18.13.6" }
+atuin-client = { path = "../atuin-client", version = "18.14.0-beta.1" }
time = { workspace = true }
serde = { workspace = true }