aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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 <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)