diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-23 13:38:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 13:38:41 +0100 |
| commit | 3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17 (patch) | |
| tree | a4549179f4f48f7e3c3c996c32aaea11d926c0cc /crates/atuin-dotfiles/Cargo.toml | |
| parent | feat(gui): clean up home page, fix a few bugs (#2304) (diff) | |
| download | atuin-3cf52990e4a8d0e854f5a0ed8f04ffa782b92f17.zip | |
chore(release): prepare for release v18.4.0-beta.3 (#2305)
Diffstat (limited to 'crates/atuin-dotfiles/Cargo.toml')
| -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 1d7001b4..e851bb94 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.2" } -atuin-client = { path = "../atuin-client", version = "18.4.0-beta.2" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.3" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.3" } eyre = { workspace = true } tokio = { workspace = true } |
