aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-02-26 15:37:33 -0800
committerGitHub <noreply@github.com>2026-02-26 15:37:33 -0800
commit5fea0bb2387297b7d6de2187060cb24c6c5014b4 (patch)
tree13d8fdb3d8cc9586f0520261290b9d513bc7ce68 /crates/atuin-ai/Cargo.toml
parentchore: update changelog (diff)
downloadatuin-5fea0bb2387297b7d6de2187060cb24c6c5014b4.zip
chore: use workspace versions (#3210)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## 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
Diffstat (limited to 'crates/atuin-ai/Cargo.toml')
-rw-r--r--crates/atuin-ai/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml
index 42442395..1b81646c 100644
--- a/crates/atuin-ai/Cargo.toml
+++ b/crates/atuin-ai/Cargo.toml
@@ -13,8 +13,8 @@ repository = { 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.13.0-beta.2" }
-atuin-common = { path = "../atuin-common", version = "18.13.0-beta.2" }
+atuin-client = { workspace = true }
+atuin-common = { workspace = true }
tokio = { workspace = true }
eyre = { workspace = true }
clap = { workspace = true, features = ["derive", "env"] }