Bump
Former-commit-id: 962eddb93b06b56c5b9abc0e64ba805f78261c77 [formerly 6dbc7f05fbc3e0b56e7fcdfc231bfc3585ec97b8] [formerly de2074b8b4b2b2be7f2423d535ae8dedd2a96690 [formerly 87128c47cbaa9b246741049202dae4f4fa164f3b]] Former-commit-id: 78c186bcde9ad937a8ad21ae865bce2a1761903f [formerly c47880a60bae12dd7c60493536e19f6935072d7c] Former-commit-id: 1533633554d71022a35e188b70ee97191d323cae Former-commit-id: dc5ceee139f4b4dd2b53aebdc438cf8e6bbac22c Former-commit-id: 5b9b4af2b87a504159803797075c458dca523140 Former-commit-id: 2a3701a26ee9fe7608e5fda3542b2c9ff57c56c2 [formerly ae1d958868fa8a8dc130cfa13e88e0c8b2b292f1] Former-commit-id: e23f1e858d9ff3e304d37e19910e1239fff047f5
This commit is contained in:
parent
8f83217fe3
commit
928ccf3e8b
1 changed files with 0 additions and 18 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -45,21 +45,3 @@ lto = "fat"
|
|||
panic = "abort"
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
|
||||
# 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.3.1"
|
||||
# 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 = ["armv7-unknown-linux-musleabihf", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
|
||||
# Publish jobs to run in CI
|
||||
pr-run-mode = "skip"
|
||||
|
|
Loading…
Reference in a new issue