aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-scripts/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2026-03-16 17:43:42 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2026-03-16 17:43:42 -0700
commit102b56a9f35bd4a5b719887e4d303e8aa74de482 (patch)
tree88c41d86eb041783b70fa0a6b98df5856325a8f5 /crates/atuin-scripts/Cargo.toml
parentchore: vendor nucleo-ext + fork, so we can depend on our changes properly (#3... (diff)
downloadatuin-102b56a9f35bd4a5b719887e4d303e8aa74de482.zip
chore(release): prepare for release 18.13.3
Diffstat (limited to 'crates/atuin-scripts/Cargo.toml')
-rw-r--r--crates/atuin-scripts/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml
index f8294b79..753848bd 100644
--- a/crates/atuin-scripts/Cargo.toml
+++ b/crates/atuin-scripts/Cargo.toml
@@ -14,8 +14,8 @@ 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.2" }
-atuin-common = { path = "../atuin-common", version = "18.13.2" }
+atuin-client = { path = "../atuin-client", version = "18.13.3" }
+atuin-common = { path = "../atuin-common", version = "18.13.3" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }