Files
sed/dist-workspace.toml
Sylvestre Ledru 856d2bbd25 don't release aarch64-pc-windows-msvc
fails with

running rustup to ensure you have aarch64-pc-windows-msvc installed
info: component 'rust-std' for target 'aarch64-pc-windows-msvc' is up to date
building aarch64-pc-windows-msvc target, from x86_64-unknown-linux-gnu host, via cargo-xwin, using cargo profile dist --workspace)
 Downloading MSVC CRT...
 Downloaded MSVC CRT in 1m 13s.
error: rustc 1.87.0 is not supported by the following packages:
  sed@0.1.1 requires rustc 1.88
  sed@0.1.1 requires rustc 1.88
  sed@0.1.1 requires rustc 1.88
  sed@0.1.1 requires rustc 1.88
  sysinfo@0.37.2 requires rustc 1.88

  × failed to find bin sed.exe for path+file:///__w/sed/sed#0.1.1
  help: did the above build fail?
2025-12-17 20:20:37 +01:00

18 lines
630 B
TOML

[workspace]
members = ["cargo:."]
# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.30.3"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "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"
# Allow dirty workflows to ignore out-of-date contents
allow-dirty = ["ci"]