aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-05 14:56:10 +0100
committerGitHub <noreply@github.com>2024-06-05 14:56:10 +0100
commitc102851e29d93d86481509337f54fa905d5f64ea (patch)
treedc25d60ccc8c7b99c35de5286861816b2c4796c8 /crates/atuin-client
parentchore: switch to cargo dist for releases (#2085) (diff)
downloadatuin-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.toml2
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 }