diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-10 14:56:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-10 14:56:13 -0700 |
| commit | 4b543194fef60308e8511aa27ca831c4d90549de (patch) | |
| tree | df05feb410ada6ddb1f265041a7509bf1985a334 /crates/atuin-daemon | |
| parent | feat: Client-tool execution + permission system (#3370) (diff) | |
| download | atuin-4b543194fef60308e8511aa27ca831c4d90549de.zip | |
chore: Prepare 18.14.0-beta.1 release (#3393)
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 1211ef10..5754d6d5 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.6" } -atuin-common = { path = "../atuin-common", version = "18.13.6" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.6" } -atuin-history = { path = "../atuin-history", version = "18.13.6" } +atuin-client = { path = "../atuin-client", version = "18.14.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.14.0-beta.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.14.0-beta.1" } +atuin-history = { path = "../atuin-history", version = "18.14.0-beta.1" } time = { workspace = true } uuid = { workspace = true } |
