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 /Cargo.toml | |
| 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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend"] [workspace.package] -version = "18.2.0" +version = "18.3.0-prerelease.1" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] 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) |
