aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-25 12:35:12 +0100
committerGitHub <noreply@github.com>2024-06-25 12:35:12 +0100
commitc8b3e418a1d485da8d9bf522ce1f93facf9d60a7 (patch)
tree5ff4905e25c7a7be19de8b0b64063c6ac67acbe7 /crates/atuin-daemon
parentchore(deps): update ratatui to 0.27 (#2193) (diff)
downloadatuin-c8b3e418a1d485da8d9bf522ce1f93facf9d60a7.zip
chore(release): prepare for release v18.4.0-beta.1 (#2195)
* chore(release): prepare for release v18.4.0-beta.1 * remove full release test
Diffstat (limited to 'crates/atuin-daemon')
-rw-r--r--crates/atuin-daemon/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 0f3ccb1a..0c34d3eb 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "atuin-daemon"
edition = "2021"
-version = "0.2.0"
+version = "0.3.0"
description = "The daemon crate for Atuin"
authors.workspace = true
@@ -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.3.0" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.3.0" }
-atuin-history = { path = "../atuin-history", version = "0.2.0" }
+atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
+atuin-history = { path = "../atuin-history", version = "0.3.0" }
time = { workspace = true }
uuid = { workspace = true }