From be66e2cad3112472b5ba7832f0c5118e5b65d6a2 Mon Sep 17 00:00:00 2001 From: Kyan Wanschers Date: Mon, 16 Sep 2024 15:08:15 +0200 Subject: [PATCH] v0.1.4: ditch musl --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e40a836..d372ec1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ELApse" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "image", diff --git a/Cargo.toml b/Cargo.toml index 4f0f525..8882b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ELApse" -version = "0.1.3" +version = "0.1.4" edition = "2021" repository = "https://github.com/BlackDragon-B/ELApse" authors = ["BlackDragon-B "] @@ -30,7 +30,7 @@ ci = "github" # The installers to generate for each app installers = [] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "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"] #[workspace.metadata.dist.github-custom-runners] #aarch64-unknown-linux-gnu = "buildjet-4vcpu-ubuntu-2204-arm"