aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-07-16 17:18:15 +0100
committerGitHub <noreply@github.com>2025-07-16 17:18:15 +0100
commit0eecc0b43dbf12dfb1f75da94151cd759a6f4782 (patch)
tree3eb63fcb37f343eae434b23560d68192a451756b /crates/atuin-daemon/Cargo.toml
parentfix: add check for postgresql prefix (#2825) (diff)
downloadatuin-0eecc0b43dbf12dfb1f75da94151cd759a6f4782.zip
chore(release): prepare for release 18.7.1 (#2826)
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
-rw-r--r--crates/atuin-daemon/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 50d141d7..5598b3e5 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.7.0" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.7.0" }
-atuin-history = { path = "../atuin-history", version = "18.7.0" }
+atuin-client = { path = "../atuin-client", version = "18.7.1" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.7.1" }
+atuin-history = { path = "../atuin-history", version = "18.7.1" }
time = { workspace = true }
uuid = { workspace = true }