diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-02-05 20:40:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 20:40:53 -0800 |
| commit | 3d3259eb9a6321193e1366d722574be67b085e85 (patch) | |
| tree | a4f48f9c45b80844df7da6743389f081399284f8 /crates/atuin-daemon | |
| parent | fix(tui): space and F1-F24 keys not handled properly by new keybind system (#... (diff) | |
| download | atuin-3d3259eb9a6321193e1366d722574be67b085e85.zip | |
chore(release): prepare for release 18.12.0-beta.4 (#3139)
Diffstat (limited to 'crates/atuin-daemon')
| -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 5055da1d..ad76fc9c 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.12.0-beta.3" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0-beta.3" } -atuin-history = { path = "../atuin-history", version = "18.12.0-beta.3" } +atuin-client = { path = "../atuin-client", version = "18.12.0-beta.4" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.12.0-beta.4" } +atuin-history = { path = "../atuin-history", version = "18.12.0-beta.4" } time = { workspace = true } uuid = { workspace = true } |
