Skip to content

Commit

Permalink
Merge pull request #258 from pacak/no-cargo-dist
Browse files Browse the repository at this point in the history
Disable cargo-dist for now
  • Loading branch information
pacak authored Apr 2, 2024
2 parents 12e343c + 15e9ab5 commit cf39ae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 286 deletions.
266 changes: 0 additions & 266 deletions .github/workflows/release.yml

This file was deleted.

20 changes: 0 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,3 @@ path = "src/main.rs"

[workspace.metadata.cauwugo]
bpaf = true

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.12.0"
# 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", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "upload"
# Whether to install an updater program
install-updater = true

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"

0 comments on commit cf39ae9

Please sign in to comment.