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-daemon | |
| 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-daemon')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index e4c4779b..48b3a71d 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -12,7 +12,7 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.0.1" } +atuin-client = { path = "../atuin-client", version = "18.3.0-prerelease.1" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" } atuin-history = { path = "../atuin-history", version = "0.1.0" } |
