From 0a3d0baf0fef2925a4e222135afd064fd066a540 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Fri, 20 Sep 2024 21:22:02 +0300 Subject: [PATCH] Testing Release v0.1.1-beta.5 --- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 386df761..a096c4fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ github-build-setup = "build-setup.yml" # The installers to generate for each app installers = ["shell", "powershell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Path that installers should place binaries in install-path = "CARGO_HOME" # Whether to install an updater program diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3af5dda1..c689e063 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tangle" -version = "0.1.1-beta.4" +version = "0.1.1-beta.5" authors.workspace = true edition.workspace = true license.workspace = true