From c102851e29d93d86481509337f54fa905d5f64ea Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 5 Jun 2024 14:56:10 +0100 Subject: chore(release): v18.3.0-prerelease.1 (#2090) * chore(release): v18.3.0-prerelease.1 * update contributors * changelog, plan only on prs --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9b01e4d4..b5e61505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend"] [workspace.package] -version = "18.2.0" +version = "18.3.0-prerelease.1" authors = ["Ellie Huxtable "] rust-version = "1.77" license = "MIT" @@ -58,6 +58,7 @@ features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] # Config for 'cargo dist' [workspace.metadata.dist] +install-path = "~/.atuin/bin" # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) cargo-dist-version = "0.15.0" # CI backends to support @@ -74,7 +75,7 @@ targets = [ "x86_64-unknown-linux-musl", ] # Publish jobs to run in CI -pr-run-mode = "upload" +pr-run-mode = "plan" # Whether to install an updater program install-updater = true # The archive format to use for non-windows builds (defaults .tar.xz) -- cgit v1.3.1