diff --git a/Cargo.toml b/Cargo.toml index 31d0a07..106c1af 100644 --- a/Cargo.toml +++ b/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"