diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-12-05 11:32:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 11:32:20 +0000 |
| commit | 33f00df3823fba943c508172f04d048fdbc1c4fa (patch) | |
| tree | c79448c6bf0d28763a9b0f81b9301c710689dd76 /crates/atuin-daemon/Cargo.toml | |
| parent | feat: provide additional clarity around key management (#2467) (diff) | |
| download | atuin-33f00df3823fba943c508172f04d048fdbc1c4fa.zip | |
chore(release): prepare for release 18.4.0-beta.4 (#2469)
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 09dc23cb..98a5fc83 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,9 +14,9 @@ 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.4.0-beta.3" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.3" } -atuin-history = { path = "../atuin-history", version = "18.4.0-beta.3" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.4" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.4" } +atuin-history = { path = "../atuin-history", version = "18.4.0-beta.4" } time = { workspace = true } uuid = { workspace = true } |
