From 03fbfd7e9a668466c3256ed42a45995c3ca97b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Mon, 23 Oct 2023 19:33:55 +0200 Subject: [PATCH] Update release config (#294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 299a2e78..d497ebf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,11 +80,11 @@ cargo-dist-version = "0.3.1" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = ["shell", "powershell", "homebrew", "msi"] +installers = ["shell", "homebrew"] # A GitHub repo to push Homebrew formulas to tap = "cncf/homebrew-landscape2" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] +targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"] # Publish jobs to run in CI publish-jobs = ["homebrew"] # Publish jobs to run in CI