diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-23 16:12:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-23 16:12:33 -0700 |
| commit | 954ae5a84347fa25bc9ec484f02f3ce92766f5ce (patch) | |
| tree | 1b8905821d50be57f443a0a67e0e7511add40ffa /crates/atuin-scripts | |
| parent | fix: Don't run 'atuin init' in 'atuin hex init' — each must be initialized... (diff) | |
| download | atuin-954ae5a84347fa25bc9ec484f02f3ce92766f5ce.zip | |
chore(release): prepare for release 18.13.4 (#3336)
Diffstat (limited to 'crates/atuin-scripts')
| -rw-r--r-- | crates/atuin-scripts/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index 753848bd..d6f0ea31 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.3" } -atuin-common = { path = "../atuin-common", version = "18.13.3" } +atuin-client = { path = "../atuin-client", version = "18.13.4" } +atuin-common = { path = "../atuin-common", version = "18.13.4" } tracing = { workspace = true } tracing-subscriber = { workspace = true } |
