Skip to content

Commit

Permalink
Revert "feat(CI): add cargo-dist config + release workflow"
Browse files Browse the repository at this point in the history
This reverts commit 2cd1131.
  • Loading branch information
pacak committed Apr 2, 2024
1 parent 12e343c commit 15e9ab5
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 15e9ab5

Please sign in to comment.