aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-scripts/Cargo.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-16 14:31:20 -0700
committerGitHub <noreply@github.com>2026-04-16 14:31:20 -0700
commit1b4eb4901d256637c75849f0e4f82e476934b922 (patch)
tree0b3008613eaad8cf5b2fe645de680e9488c849e8 /crates/atuin-scripts/Cargo.toml
parentfix: Tab doesn't insert suggested command (#3420) (diff)
downloadatuin-1b4eb4901d256637c75849f0e4f82e476934b922.zip
chore(release): prepare for release 18.15.2 (#3421)
## 18.15.2 ### Bug Fixes - Tab doesn't insert suggested command ([#3420](https://github.com/atuinsh/atuin/issues/3420))
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 c84fa7ec..c8b65131 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.15.1" }
-atuin-common = { path = "../atuin-common", version = "18.15.1" }
+atuin-client = { path = "../atuin-client", version = "18.15.2" }
+atuin-common = { path = "../atuin-common", version = "18.15.2" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }