Skip to content

Commit

Permalink
ci: remove release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed May 26, 2024
1 parent af90d1b commit ec9f7ac
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,3 @@ log = "0.4"
regex = "1.7"
thiserror = "1.0"
tempfile = "3.4.0"

# 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.1.0"
# CI backends to support (see 'cargo dist generate-ci')
ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]

0 comments on commit ec9f7ac

Please sign in to comment.