···2929[profile.release]
3030strip = true
3131opt-level = "z"
3232-lto = true
3232+lto = "fat"
3333codegen-units = 1
3434panic = "abort"
35353636# Config for 'cargo dist'
3737[workspace.metadata.dist]
3838# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
3939-cargo-dist-version = "0.22.1"
3939+cargo-dist-version = "0.30.0"
4040# CI backends to support
4141ci = "github"
4242# The installers to generate for each app