diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-12-27 15:54:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 15:54:38 +0000 |
| commit | dc7c26a640b1a134528caa894b3339c443b917b4 (patch) | |
| tree | f12882cb55d58b30d1f9a3ea57374615ae74b25b /crates/atuin-dotfiles | |
| parent | feat: add `atuin wrapped` (#2493) (diff) | |
| download | atuin-dc7c26a640b1a134528caa894b3339c443b917b4.zip | |
chore(release): prepare for release v18.4.0 (#2495)
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 fa330a56..a2f255e6 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.4.0-beta.5" } -atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } +atuin-common = { path = "../atuin-common", version = "18.4.0" } +atuin-client = { path = "../atuin-client", version = "18.4.0" } eyre = { workspace = true } tokio = { workspace = true } |
