From 928ccf3e8b227ae587f97474de98c29261dfb618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Wed, 18 Oct 2023 17:21:08 +0200 Subject: [PATCH] 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 --- Cargo.toml | 18 ------------------ 1 file changed, 18 deletions(-) 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"