Skip to content

Commit f6b6749

Browse files
committed
cargo-dist: remove duplicate info
1 parent 8c8c1db commit f6b6749

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Cargo.toml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,3 @@ codegen-units = 1
3535
[profile.release-fast]
3636
inherits = "release"
3737
panic = "abort"
38-
39-
# The profile that 'cargo dist' will build with
40-
[profile.dist]
41-
inherits = "release"
42-
lto = "thin"
43-
44-
# Config for 'cargo dist'
45-
[workspace.metadata.dist]
46-
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
47-
cargo-dist-version = "0.12.0"
48-
# CI backends to support
49-
ci = ["github"]
50-
# The installers to generate for each app
51-
installers = []
52-
# Target platforms to build apps for (Rust target-triple syntax)
53-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
54-
# Publish jobs to run in CI
55-
pr-run-mode = "plan"

0 commit comments

Comments
 (0)