Skip to content

Commit

Permalink
chore: remove cargo-dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Jun 15, 2024
1 parent 77a8ef0 commit 46369dc
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,29 +87,3 @@ path = "tests/integration_tests.rs"
codegen-units = 1
lto = true
opt-level = "s"

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

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.6.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",
"arm-unknown-linux-gnueabihf",
"arm-unknown-linux-musleabihf",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
]
# Publish jobs to run in CI
pr-run-mode = "plan"

0 comments on commit 46369dc

Please sign in to comment.