aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-16 15:19:33 +0100
committerGitHub <noreply@github.com>2024-07-16 15:19:33 +0100
commit0e7f9b29d25185e218de642c690d82ce4c4672f3 (patch)
tree407d4be5223db9fec9faaebcc53379355468f2e5 /crates/atuin-daemon
parentfix(gui): terminal resize overflow (#2285) (diff)
downloadatuin-0e7f9b29d25185e218de642c690d82ce4c4672f3.zip
chore(release): prepare for release v18.4.0-beta.2 (#2287)
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly * update contributors * update changelog
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 f62ed783..e9da95e2 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.3.0"
+version = { workspace = true }
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.4.0-beta.1" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
-atuin-history = { path = "../atuin-history", version = "0.3.0" }
+atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.2" }
+atuin-history = { path = "../atuin-history", version = "18.4.0-beta.2" }
time = { workspace = true }
uuid = { workspace = true }