diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-05 14:56:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-05 14:56:10 +0100 |
| commit | c102851e29d93d86481509337f54fa905d5f64ea (patch) | |
| tree | dc25d60ccc8c7b99c35de5286861816b2c4796c8 /crates/atuin-dotfiles | |
| parent | chore: switch to cargo dist for releases (#2085) (diff) | |
| download | atuin-c102851e29d93d86481509337f54fa905d5f64ea.zip | |
chore(release): v18.3.0-prerelease.1 (#2090)
* chore(release): v18.3.0-prerelease.1
* update contributors
* changelog, plan only on prs
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 8eb57d0d..ac93e9bf 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.2.0" } -atuin-client = { path = "../atuin-client", version = "18.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } +atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" } eyre = { workspace = true } tokio = { workspace = true } |
