From 5fea0bb2387297b7d6de2187060cb24c6c5014b4 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 26 Feb 2026 15:37:33 -0800 Subject: chore: use workspace versions (#3210) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- crates/atuin-server/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crates/atuin-server') diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 58c2c412..9627cb7a 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -19,10 +19,10 @@ name = "atuin-server" path = "src/bin/main.rs" [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.2" } -atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.13.0-beta.2" } -atuin-server-sqlite = { path = "../atuin-server-sqlite", version = "18.13.0-beta.2" } +atuin-common = { workspace = true } +atuin-server-database = { workspace = true } +atuin-server-postgres = { workspace = true } +atuin-server-sqlite = { workspace = true } tracing = { workspace = true } time = { workspace = true } -- cgit v1.3.1