diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-01-12 15:46:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-12 15:46:58 -0800 |
| commit | 63de4501a4a2c4af98e520689fa74cd314d7f643 (patch) | |
| tree | 0ad0b57f3f1e0c70e45d1eb4426206ae19c178f8 /dist-workspace.toml | |
| parent | chore: update changelog (diff) | |
| download | atuin-63de4501a4a2c4af98e520689fa74cd314d7f643.zip | |
chore: remove x86_64 mac from build targets (#3052)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
Diffstat (limited to '')
| -rw-r--r-- | dist-workspace.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist-workspace.toml b/dist-workspace.toml index 92e28a93..e9e1b156 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -6,13 +6,13 @@ members = ["cargo:."] # Path that installers should place binaries in install-path = "~/.atuin/bin" # The preferred dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.28.7" +cargo-dist-version = "0.30.3" # CI backends to support ci = "github" # The installers to generate for each app installers = ["shell", "powershell"] # 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", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] # Which actions to run on pull requests pr-run-mode = "plan" # Whether to install an updater program |
