diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-07 14:33:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 14:33:24 +0100 |
| commit | 1f6031d84acefd68b2dcc9d3a11eb6203745303f (patch) | |
| tree | 90eca72cc25f7cffd0144bcef112b4341199f7e8 /crates/atuin-dotfiles | |
| parent | feat: support storing, syncing and executing scripts (#2644) (diff) | |
| download | atuin-1f6031d84acefd68b2dcc9d3a11eb6203745303f.zip | |
chore(release): prepare for release 18.5.0-beta.3 (#2678)
Diffstat (limited to 'crates/atuin-dotfiles')
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 19aa790b..d86b4b64 100644 --- a/crates/atuin-dotfiles/Cargo.toml +++ b/crates/atuin-dotfiles/Cargo.toml @@ -14,8 +14,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-common = { path = "../atuin-common", version = "18.5.0-beta.2" } -atuin-client = { path = "../atuin-client", version = "18.5.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.5.0-beta.3" } +atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3" } eyre = { workspace = true } tokio = { workspace = true } |
