diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-15 11:21:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 11:21:51 -0700 |
| commit | 1fe9a992637ab8ef17818eb88da2c5512577b6a4 (patch) | |
| tree | 274440d7b3fa35d8f2ebd1512b98e6874191d0a1 /crates/atuin-daemon | |
| parent | fix: loss of loading spinners + tokio panic on exit (#3415) (diff) | |
| download | atuin-1fe9a992637ab8ef17818eb88da2c5512577b6a4.zip | |
chore(release): prepare for release 18.15.0 (#3417)
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 042b8d03..42c8e881 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.14.1" } -atuin-common = { path = "../atuin-common", version = "18.14.1" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.14.1" } -atuin-history = { path = "../atuin-history", version = "18.14.1" } +atuin-client = { path = "../atuin-client", version = "18.15.0" } +atuin-common = { path = "../atuin-common", version = "18.15.0" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.15.0" } +atuin-history = { path = "../atuin-history", version = "18.15.0" } time = { workspace = true } uuid = { workspace = true } |
