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-daemon | |
| 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-daemon')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 8f2ca9c0..c8c3eba0 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,10 +14,10 @@ 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-dotfiles = { path = "../atuin-dotfiles", version = "18.13.3" } -atuin-history = { path = "../atuin-history", version = "18.13.3" } +atuin-client = { path = "../atuin-client", version = "18.13.4" } +atuin-common = { path = "../atuin-common", version = "18.13.4" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.4" } +atuin-history = { path = "../atuin-history", version = "18.13.4" } time = { workspace = true } uuid = { workspace = true } |
