Skip to content

Commit

Permalink
Add -musl release variant
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrittain committed Sep 30, 2023
1 parent e271699 commit 9503692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buckle"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "A lightweight launcher for buck2"
license = "MIT"
Expand Down Expand Up @@ -41,4 +41,4 @@ ci = ["github"]
# The installers to generate for each app
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]
targets = ["x86_64-unknown-linux-musl", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]

0 comments on commit 9503692

Please sign in to comment.