v0.1.4: ditch musl

This commit is contained in:
Kyan Wanschers 2024-09-16 15:08:15 +02:00
parent 2b90b1f893
commit be66e2cad3
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "ELApse"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"clap",
"image",

View file

@ -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 <kyan@blackdrgn.nl>"]
@ -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"