diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-07-16 17:18:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 17:18:15 +0100 |
| commit | 0eecc0b43dbf12dfb1f75da94151cd759a6f4782 (patch) | |
| tree | 3eb63fcb37f343eae434b23560d68192a451756b /crates/atuin-dotfiles/Cargo.toml | |
| parent | fix: add check for postgresql prefix (#2825) (diff) | |
| download | atuin-0eecc0b43dbf12dfb1f75da94151cd759a6f4782.zip | |
chore(release): prepare for release 18.7.1 (#2826)
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 7667303a..3def9ad8 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.7.0" } -atuin-client = { path = "../atuin-client", version = "18.7.0" } +atuin-common = { path = "../atuin-common", version = "18.7.1" } +atuin-client = { path = "../atuin-client", version = "18.7.1" } eyre = { workspace = true } tokio = { workspace = true } |
