aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-12-05 23:05:13 +0000
committerGitHub <noreply@github.com>2024-12-05 23:05:13 +0000
commit2654dc43915a5685a7591f18578ea9fd5d83cd4d (patch)
treec65b1903eb2c664d3db51e14bab2da1e5511f5ef /Cargo.toml
parentchore(release): prepare for release 18.4.0-beta.4 (#2469) (diff)
downloadatuin-2654dc43915a5685a7591f18578ea9fd5d83cd4d.zip
chore: update cargo-dist (#2471)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml33
1 files changed, 0 insertions, 33 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4e251a2..2c11edbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,40 +56,7 @@ default-features = false
version = "0.8"
features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]
-# Config for 'cargo dist'
-[workspace.metadata.dist]
-# Path that installers should place binaries in
-install-path = "~/.atuin/bin"
-# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
-cargo-dist-version = "0.16.0"
-# CI backends to support
-ci = "github"
-# The installers to generate for each app
-installers = ["shell"]
-# Target platforms to build apps for (Rust target-triple syntax)
-targets = [
- "aarch64-apple-darwin",
- "aarch64-unknown-linux-gnu",
- "aarch64-unknown-linux-musl",
- "x86_64-apple-darwin",
- "x86_64-unknown-linux-gnu",
- "x86_64-unknown-linux-musl",
-]
-# Publish jobs to run in CI
-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)
-unix-archive = ".tar.gz"
-# Whether to enable GitHub Attestations
-github-attestations = true
-
# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"
-
-[workspace.metadata.dist.github-custom-runners]
-aarch64-apple-darwin = "macos-14"
-aarch64-unknown-linux-gnu = "buildjet-2vcpu-ubuntu-2204-arm"
-aarch64-unknown-linux-musl = "buildjet-2vcpu-ubuntu-2204-arm"