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-client | |
| 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-client')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index b03393f1..260c04f2 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -19,7 +19,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.2.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } log = { workspace = true } base64 = { workspace = true } |
