diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-04-02 13:23:07 +0100 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-04-02 13:23:07 +0100 |
| commit | da672d5bc321b2d1dddb796e9aa21d85658d9434 (patch) | |
| tree | 5d963360068742173744c5bb1df77b6ffcb979f0 /crates/atuin-daemon/Cargo.toml | |
| parent | fix: allow -ve values for timezone (#2609) (diff) | |
| download | atuin-da672d5bc321b2d1dddb796e9aa21d85658d9434.zip | |
chore(release): prepare for release 18.5.0-beta.2
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 3b70b671..b8037145 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.5.0-beta.1" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.1" } -atuin-history = { path = "../atuin-history", version = "18.5.0-beta.1" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.2" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.2" } +atuin-history = { path = "../atuin-history", version = "18.5.0-beta.2" } time = { workspace = true } uuid = { workspace = true } |
