diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-02-26 15:37:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-26 15:37:33 -0800 |
| commit | 5fea0bb2387297b7d6de2187060cb24c6c5014b4 (patch) | |
| tree | 13d8fdb3d8cc9586f0520261290b9d513bc7ce68 /Cargo.toml | |
| parent | chore: update changelog (diff) | |
| download | atuin-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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -15,6 +15,17 @@ readme = "README.md" [workspace.dependencies] async-trait = "0.1.58" +atuin-client = { path = "crates/atuin-client", version = "18.13.0-beta.2" } +atuin-common = { path = "crates/atuin-common", version = "18.13.0-beta.2" } +atuin-daemon = { path = "crates/atuin-daemon", version = "18.13.0-beta.2" } +atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.13.0-beta.2" } +atuin-history = { path = "crates/atuin-history", version = "18.13.0-beta.2" } +atuin-kv = { path = "crates/atuin-kv", version = "18.13.0-beta.2" } +atuin-scripts = { path = "crates/atuin-scripts", version = "18.13.0-beta.2" } +atuin-server = { path = "crates/atuin-server", version = "18.13.0-beta.2" } +atuin-server-database = { path = "crates/atuin-server-database", version = "18.13.0-beta.2" } +atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.13.0-beta.2" } +atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.13.0-beta.2" } base64 = "0.22" crossterm = "0.29.0" log = "0.4" |
